#include <peerdef.h>
Data Fields | |
helper_info_t | helper |
the helper info | |
peer_info_t | peer |
the peer info | |
buddy_info_t | buddy |
the buddy info | |
peer_sock_desc_t | socks |
the socket descriptors | |
helper_conn_t | helper_conn |
the helper connection info | |
port_alloc_t | port_alloc |
the port allocation type | |
char * | device |
the device to connect on (used for libpcap/libnet) | |
tcp_packet_info_t | buddy_syn |
the syn sent to the buddy | |
tcp_packet_info_t | buddy_syn_ack |
the syn/ack to send to the buddy | |
flag_t | direct_conn_status |
a flag to indicate if the connection attempt to the buddy has failed | |
bday_peer_t | bday |
information about the birthday paradox SYN and SYN/ACK floods |
Definition at line 94 of file peerdef.h.