Skip to content

Commit

Permalink
PROTOCOL_VERSION update feedback from vtestival
Browse files Browse the repository at this point in the history
  • Loading branch information
OSkrdgz authored Jul 8, 2022
1 parent 88d3664 commit 8ac55fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/global_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
PASSPHRASE = "123456789abcdefgh"

# Payload settings
PROTOCOL_VERSION = 0x01
PROTOCOL_VERSION = 0x10
MAX_PAYLOAD_LENGTH = 4294967295
SUPPORTED_CIPHER_SUITES_TLS_1_3 = "TLS_AES_256_GCM_SHA384:CHACHA20_POLY1305"
SDP_PAYLOAD_TYPES = {0x8001: "SAPPayloadID", 0x8002: "Part20MainstreamPayloadID", 0x8003: "Part20ACMainstreamPayloadID",
Expand Down

0 comments on commit 8ac55fc

Please sign in to comment.