Re: ECN+ Implementation

2018-11-04 Thread Pavan Vachhani
Hi Richard, Thanks for pointing out. Yes, I'll do that but I have a doubt. Currently, I'm planning to complete ECN+ and ECN+/Wait(where it waits for 1rtt before retransmission, instead of time-out) as they are part of my course projects. Then I'll also work on ECN++. So, in sysctl, there is *tcp_

RE: ECN+ Implementation

2018-11-04 Thread Scheffenegger, Richard
Hi Pavan, Try to make this behavior change dependent on a sysctl, possibly with 3 different settings (legacy, ECN+, ECN++): You may also want to look at ECN++ https://tools.ietf.org/html/draft-ietf-tcpm-generalized-ecn-03 Especially when you are looking to deploy this in Datacenters in conjunct

Re: ECN+ Implementation

2018-11-03 Thread Patrick M. Hausen
Hi! > I am trying to implement ECN+ (rfc5562 ) > in FreeBSD. > I am not able to figure out the code where SYN and SYN+ACK is sent and > received. > Please guide me to correct part of code. It was looking into tcp_input.c > and tcp_output.c but couldn't get it f