Which TCP Options can I set for outgoing TCP packets on unprivileged socket (not raw) in a Linux C program? I refer to TCP Options in TCP Header.
I've checked http://linux.die.net/man/7/tcp so for now I can add/edit:
MSS, Timestamp, Window Scale, Sack, Fast Open (see answer below)
Is there a way to add other options? I'm especially interested in Multipath but any option will be helpful.
Thank you!