agent: Add APIs to set the send and receive buffers of UDP sockets
Adds nice_socket_set_udp_send_buffer() and nice_socket_set_udp_receive_buffer(). These APIs set the SO_SNDBUF and SO_RCVBUF options on UDP sockets.
Showing
Please register or sign in to comment