MySQL 8.4.0
Source Code Documentation
My_xp_socket_util Class Referenceabstract

Interface for socket utility methods. More...

#include <my_xp_util.h>

Inheritance diagram for My_xp_socket_util:
[legend]

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
 

Detailed Description

Interface for socket utility methods.

Constructor & Destructor Documentation

◆ ~My_xp_socket_util()

virtual My_xp_socket_util::~My_xp_socket_util ( )
virtualdefault

Member Function Documentation

◆ disable_nagle_in_socket()

virtual int My_xp_socket_util::disable_nagle_in_socket ( int  fd)
pure virtual

Disable Nagle algorithm in the specified socket.

Parameters
fdfile descriptor of the socket

Implemented in My_xp_socket_util_impl.


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