These functions are used to send and receive handshake packets for a client. These are only used by low-level clients when the DRIZZLE_CON_RAW_PACKET option is set, so most applications will never need to use these.
Read handshake packet from the server in a client.
Write client handshake packet to a server.
These functions extend the core connection functions with a set of functions for server application use. These functions allow you to set raw handshake information for use with the handshake write functions.
These functions are used to send and receive handshake packets in a server.
Write server handshake packet to a client.
Read handshake packet from the client in a server.