Given the values are currently:
quoted
quoted
+#define SACK_SEEN (1 << 0) /*1 = peer is SACK capable, */
+#define FACK_ENABLED (1 << 1) /*1 = FACK is enabled locally*/
+#define DSACK_SEEN (1 << 2) /*1 = DSACK was received from
peer*/
But the structure field member is 'sack_ok', unless it generates
very silly long lines - which in this case it probably doesn't -
it might even be worth prefixing with TCP_SACK_OK_ although
that might be deemed excessive!
Thanks for all the feedback. I will follow these suggestions in future.
Vijay