Hello.
As far as I understand, the network communication for self-hosted Photon Servers is done via socket buffers, whose size may be a communication bottleneck? Is there a way to read/write UDP socket buffer sizes of the server?
I know there are server config commands, such as:
MaxQueuedDataPerPeer="512000"
PerPeerMaxReliableDataInTransit="51200"
PerPeerTransmitRateLimitKBSec="256"
But do they modify the socket buffer sizes? Please explain.
Thanks.
As far as I understand, the network communication for self-hosted Photon Servers is done via socket buffers, whose size may be a communication bottleneck? Is there a way to read/write UDP socket buffer sizes of the server?
I know there are server config commands, such as:
MaxQueuedDataPerPeer="512000"
PerPeerMaxReliableDataInTransit="51200"
PerPeerTransmitRateLimitKBSec="256"
But do they modify the socket buffer sizes? Please explain.
Thanks.