tcp syn

  1. P

    Implementing ECN+

    Hi, I am trying to implement ECN+/Wait algorithm(rfc5562) in the kernel. I need to add enable ECN Echo bit in TCP header while sending SYN packet during connection establishment. I am not able find the code where SYN and ACK packets are handled during connection establishment. Any guidance...
Back
Top