version 1.1, 2017/08/22 12:33:54
|
version 1.1.1.2, 2021/03/17 19:50:23
|
Line 26 typedef struct birdsock {
|
Line 26 typedef struct birdsock {
|
int ttl; /* Time To Live, -1 = default */ |
int ttl; /* Time To Live, -1 = default */ |
u32 flags; |
u32 flags; |
struct iface *iface; /* Interface; specify this for broad/multicast sockets */ |
struct iface *iface; /* Interface; specify this for broad/multicast sockets */ |
|
struct iface *vrf; /* Related VRF instance, NULL if global */ |
|
|
byte *rbuf, *rpos; /* NULL=allocate automatically */ |
byte *rbuf, *rpos; /* NULL=allocate automatically */ |
uint fast_rx; /* RX has higher priority in event loop */ |
uint fast_rx; /* RX has higher priority in event loop */ |