How to configure MSS? #2096
-
For example, in 4G network, live mode and message mode. |
Beta Was this translation helpful? Give feedback.
Answered by
maxsharabayko
Sep 27, 2021
Replies: 1 comment
-
MSS can be configured using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gou4shi1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MSS can be configured using the
SRTO_MSS
socket option.The value is then sent in the handshake (see the Maximum Transmission Unit Size field). The smaller value of the two peers is used once a connection is established.