Function silc_protocol_execute
SYNOPSIS
void silc_protocol_execute(SilcProtocol protocol, SilcSchedule schedule,
long secs, long usecs);
DESCRIPTION
Executes the protocol. This calls the state that has been set.
The state must be set before calling this function. This is then
also used to call always the next state after changing the state
of the protocol. The `schedule' is the application's scheduler.
It is passed to the protocol callback functions. The `secs' and
`usecs' are the timeout before the protocol is executed. If both
zero the protocol is executed immediately.
|