MySQL 9.0.0
Source Code Documentation
My_xp_socket_util_impl Class Reference

#include <my_xp_util.h>

Inheritance diagram for My_xp_socket_util_impl:
[legend]

Public Member Functions

int disable_nagle_in_socket (int fd) override
 Disable Nagle algorithm in the specified socket. More...
 
 My_xp_socket_util_impl ()=default
 
 ~My_xp_socket_util_impl () override=default
 
- Public Member Functions inherited from My_xp_socket_util
virtual ~My_xp_socket_util ()=default
 

Constructor & Destructor Documentation

◆ My_xp_socket_util_impl()

My_xp_socket_util_impl::My_xp_socket_util_impl ( )
explicitdefault

◆ ~My_xp_socket_util_impl()

My_xp_socket_util_impl::~My_xp_socket_util_impl ( )
overridedefault

Member Function Documentation

◆ disable_nagle_in_socket()

int My_xp_socket_util_impl::disable_nagle_in_socket ( int  fd)
overridevirtual

Disable Nagle algorithm in the specified socket.

Parameters
fdfile descriptor of the socket

Implements My_xp_socket_util.


The documentation for this class was generated from the following files: