#include "errorcodes.h"
#include "peerdef.h"
Go to the source code of this file.
Functions | |
errorcode | peer_fsm_start (peer_conn_info_t *info) |
entry point for a peer fsm |
The convention in these functions is at function entry, receive the next message, then handle it, then send a message saying what happened, then call next function in fsm
Definition in file peerfsm.h.
|
entry point for a peer fsm
Definition at line 43 of file peerfsm.c. References CHECK_FAILED, CHECK_NOT_NULL, DBG_TIME, ERROR_CALLED_FUNCTION, ERROR_NULL_ARG_1, ERROR_TCP_CONNECT, errorcode, peer_sock_desc::helper, peer_conn_info::helper, helper_info::ip, peer_conn_info_t, peer_fsm_hello(), helper_info::port, peer_conn_info::socks, and tcp_connect(). Referenced by natblaster_connect(). |