From: Tung Q. N. <tun...@de...> - 2024-02-20 07:19:36
|
>1. As TIPC creates a UDP socket for a bearer and multiple TIPC sockets are kind of multiplexed into one UDP socket. Can it slow the >performance when the incoming traffic is high? I do not see any performance down in my test when using UDP bearer. >2. Can we increase the buffer size of the TIPC UDP socket alone without changing the system level default receive buffer size ? > >I would like to increase the socket buffer size to reduce the packet drops and be efficient but don't want to change the default value at >the system level. There is no packet drop at TIPC socket level when using SOCK_SEQPACKET. You do not need to do anything. |