MySQL 9.1.0
Source Code Documentation
|
Interface for socket utility methods. More...
#include <my_xp_util.h>
Public Member Functions | |
virtual int | disable_nagle_in_socket (int fd)=0 |
Disable Nagle algorithm in the specified socket. More... | |
virtual | ~My_xp_socket_util ()=default |
Interface for socket utility methods.
|
virtualdefault |
|
pure virtual |
Disable Nagle algorithm in the specified socket.
fd | file descriptor of the socket |
Implemented in My_xp_socket_util_impl.