Revision 9c89560e lib/socket.h
lib/socket.h | ||
---|---|---|
103 | 103 |
#define SKF_LADDR_RX 0x04 /* Report local address for RX packets */ |
104 | 104 |
#define SKF_TTL_RX 0x08 /* Report TTL / Hop Limit for RX packets */ |
105 | 105 |
#define SKF_BIND 0x10 /* Bind datagram socket to given source address */ |
106 |
#define SKF_HIGH_PORT 0x20 /* Choose port from high range if possible */ |
|
106 | 107 |
|
107 | 108 |
#define SKF_THREAD 0x100 /* Socked used in thread, Do not add to main loop */ |
108 | 109 |
#define SKF_TRUNCATED 0x200 /* Received packet was truncated, set by IO layer */ |
Also available in: Unified diff