Function silc_socket_write
SYNOPSIS
int silc_socket_write(SilcSocketConnection sock);
DESCRIPTION
Writes data from the outgoing buffer to the socket connection. If the
data cannot be written at once, it must be written at later time.
The data is written from the data section of the buffer, not from head
or tail section. This automatically pulls the data section towards end
after writing the data. Implementation of this function may be
platform specific.
|