I am trying to test something where it is required that the backend server(Apache) should have some TCP Options Set in its TCP Packet when it replies back. In client side to achieve this I am using scapy where I craft a TCP packet to set the TCP options field in it.
Is there any way of doing the same for the server side?
Thanks in Advance,
Raghul Christus