How to set TCP options (MSS, Window Scale and SACK) using raw sockets

后端 未结 0 681
误落风尘
误落风尘 2021-01-25 19:17

I\'m trying to make a TCP/SYN request.

Here is my code:

struct tcp_options_mss{
    uint8_t kind;
    uint8_t len;
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题