Support SO_RCVBUF, SO_SNDBUF, and SO_BUSY_POLL in AsyncUdpSocket
Summary: Add API to AsyncUdpSocket to support three options on the socket. - SO_RCVBUF and SO_SNDBUG options are responsible for the size of the queues that contain received and sent messages, respectively. - SO_BUSY_POLL sets the approximate time in microseconds to busy poll on a blocking receive when there is no data Details in socket man: http://man7.org/linux/man-pages/man7/socket.7.html Reviewed By: yfeldblum Differential Revision: D7372123 fbshipit-source-id: 5fd92489cbe86879d63df208c3821febdadb0020
Showing
Please register or sign in to comment