Functions | |
| drizzle_return_t | drizzle_handshake_server_write (drizzle_con_st *con) |
| drizzle_return_t | drizzle_handshake_client_read (drizzle_con_st *con) |
These functions are used to send and receive handshake packets in a server.
Write server handshake packet to a client.
| [in] | con | Connection structure previously initialized with drizzle_con_create(), drizzle_con_clone(), or related functions. |
Read handshake packet from the client in a server.
| [in] | con | Connection structure previously initialized with drizzle_con_create(), drizzle_con_clone(), or related functions. |
1.7.6.1