Drizzled Public API Documentation

Handshake Declarations for Servers

Functions

DRIZZLE_API drizzle_return_t drizzle_handshake_server_write (drizzle_con_st *con)
DRIZZLE_API drizzle_return_t drizzle_handshake_client_read (drizzle_con_st *con)

Detailed Description

These functions are used to send and receive handshake packets in a server.


Function Documentation

Read handshake packet from the client in a server.

Parameters:
[in]conConnection structure previously initialized with drizzle_con_create(), drizzle_con_clone(), or related functions.
Returns:
Standard drizzle return value.

Definition at line 85 of file handshake.c.

References drizzle_state_loop(), drizzle_state_none(), and drizzle_state_push().

Write server handshake packet to a client.

Parameters:
[in]conConnection structure previously initialized with drizzle_con_create(), drizzle_con_clone(), or related functions.
Returns:
Standard drizzle return value.

Definition at line 74 of file handshake.c.

References drizzle_state_loop(), drizzle_state_none(), and drizzle_state_push().