Electroneum
comm_reply Struct Reference

#include <netevent.h>

Collaboration diagram for comm_reply:

Public Attributes

struct comm_pointc
 
struct sockaddr_storage addr
 
socklen_t addrlen
 
int srctype
 
union {
pktinfo
 
size_t max_udp_size
 

Detailed Description

Reply information for a communication point.

Definition at line 112 of file netevent.h.

Member Data Documentation

◆ addr

struct sockaddr_storage comm_reply::addr

the address (for UDP based communication)

Definition at line 116 of file netevent.h.

◆ addrlen

socklen_t comm_reply::addrlen

length of address

Definition at line 118 of file netevent.h.

◆ c

struct comm_point* comm_reply::c

the comm_point with fd to send reply on to.

Definition at line 114 of file netevent.h.

◆ max_udp_size

size_t comm_reply::max_udp_size

max udp size for udp packets

Definition at line 142 of file netevent.h.

◆ pktinfo

union { ... } comm_reply::pktinfo

the return source interface data variable with return source data

◆ srctype

int comm_reply::srctype

return type 0 (none), 4(IP4), 6(IP6)

Definition at line 120 of file netevent.h.


The documentation for this struct was generated from the following file: