Reply information for a communication point. More...
#include <netevent.h>
Data Fields | |
struct comm_point * | c |
the comm_point with fd to send reply on to. | |
struct sockaddr_storage | remote_addr |
the address (for UDP based communication) | |
socklen_t | remote_addrlen |
length of address | |
int | srctype |
return type 0 (none), 4(IP4), 6(IP6) used only with listen_type_udp_ancil* | |
union { | |
} | pktinfo |
the return source interface data More... | |
size_t | max_udp_size |
max udp size for udp packets | |
int | is_proxied |
struct sockaddr_storage | client_addr |
the client address the same as remote_addr if not proxied | |
socklen_t | client_addrlen |
the original address length | |
Reply information for a communication point.
union { ... } comm_reply::pktinfo |
the return source interface data
variable with return source data
Referenced by comm_point_send_udp_msg_if().