We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8162b5 commit 1713082Copy full SHA for 1713082
config.go
@@ -15,7 +15,7 @@ const (
15
MIN_PAYLOAD_SIZE = MIN_MSS_SIZE - UDP_HEADER_SIZE - SRT_HEADER_SIZE
16
MAX_PAYLOAD_SIZE = MAX_MSS_SIZE - UDP_HEADER_SIZE - SRT_HEADER_SIZE
17
MIN_PASSPHRASE_SIZE = 10
18
- MAX_PASSPHRASE_SIZE = 79
+ MAX_PASSPHRASE_SIZE = 80
19
MAX_STREAMID_SIZE = 512
20
SRT_VERSION = 0x010401
21
)
0 commit comments