libssh
0.5.4
|
This file contains the Message parsing utilities for server programs using libssh. More...
Functions | |
ssh_message | ssh_message_get (ssh_session session) |
Retrieve a SSH message from a SSH session. More... | |
This file contains the Message parsing utilities for server programs using libssh.
The main loop of the program will call ssh_message_get(session) to get messages as they come. they are not 1-1 with the protocol messages. then, the user will know what kind of a message it is and use the appropriate functions to handle it (or use the default handlers if she doesn't know what to do
ssh_message ssh_message_get | ( | ssh_session | session | ) |
Retrieve a SSH message from a SSH session.
[in] | session | The SSH session to get the message. |