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

ECN+ Implementation

2018-11-03 Thread Pavan Vachhani
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 for sure. Sorr

Strange behavior of forwarding between igb and ix on 11-STABLE: a lot of droppet packets no matter which pps is used

2018-11-03 Thread Lev Serebryakov
Hello Freebsd-net, I'm setting up simple experiment: Host A with em0 and ix0 (12.BETA2) Host B with igb1 and ix0 (11.2-STABLE) A:em0 is connected to B:igb1 A:ix0 is connected to B:ix0 Host B has static ARP for 192.168.10.2-192.168.10.9 set to A:ix0's MAC. Host B has forwarding enabled.