Go to the source code of this file.
#define TCP_DSACK_SEEN (1 << 2) /*1 = DSACK was received from peer*/ |
Definition at line 68 of file tcp.h.
#define TCP_FACK_ENABLED (1 << 1) /*1 = FACK is enabled locally*/ |
Definition at line 67 of file tcp.h.
#define TCP_FASTOPEN_COOKIE_MAX 16 /* Max Fast Open Cookie size in bytes */ |
Definition at line 45 of file tcp.h.
#define TCP_FASTOPEN_COOKIE_MIN 4 /* Min Fast Open Cookie size in bytes */ |
Definition at line 44 of file tcp.h.
#define TCP_FASTOPEN_COOKIE_SIZE 8 /* the size employed by this impl. */ |
Definition at line 46 of file tcp.h.
Definition at line 66 of file tcp.h.
- Enumerator:
TSQ_THROTTLED |
|
TSQ_QUEUED |
|
TCP_TSQ_DEFERRED |
|
TCP_WRITE_TIMER_DEFERRED |
|
TCP_DELACK_TIMER_DEFERRED |
|
TCP_MTU_REDUCED_DEFERRED |
|
Definition at line 326 of file tcp.h.