[Bug 199716] em doesn't increment adapter->rx_overruns in msix mode

2015-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199716 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-net@FreeBSD.org -- You are

[Bug 180065] [netinet6] [patch] Multicast loopback to own host broken

2015-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180065 Andrey V. Elsukov changed: What|Removed |Added Assignee|freebsd-net@FreeBSD.org |a...@freebsd.org --- Comment #

Calculating ACK arrival time

2015-04-27 Thread Karlis Laivins
Hello, What would be the best (and easiest) way to calculate the arrival time (the time period that the ACK travels from receiver to sender of the ACK'ed data) for a NewReno ACK message? Can the h_ertt module be used to do it? Thank you in advance! Best Regards, Karlis __

Re: Idle connections via accept_filter(9)

2015-04-27 Thread hiren panchasara
On 04/27/15 at 09:39P, Alfred Perlstein wrote: > This is over 15 years old. I currently don't know of a great solution to this > problem. Might make sense to create a timer that runs and refs the socket > that will occasionally fire and cleanse out the old connections. > > Shouldn't be that har

Re: Idle connections via accept_filter(9)

2015-04-27 Thread Alfred Perlstein
This is over 15 years old. I currently don't know of a great solution to this problem. Might make sense to create a timer that runs and refs the socket that will occasionally fire and cleanse out the old connections. Shouldn't be that hard to do. Sent from my iPhone > On Apr 27, 2015, at 9:1

[Bug 180065] [netinet6] [patch] Multicast loopback to own host broken

2015-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=180065 Mark Felder changed: What|Removed |Added CC||a...@freebsd.org,

Re: Idle connections via accept_filter(9)

2015-04-27 Thread hiren panchasara
On 04/27/15 at 09:10P, Adrian Chadd wrote: > ask alfred? :) Thanks! CCing him. > > > -a > > > On 27 April 2015 at 02:22, hiren panchasara > wrote: > > Wanted to see if someone with understanding of accept_filter can > > comment. > > > > cheers, > > Hiren > > On 04/09/15 at 09:08P, hiren panc

Re: Idle connections via accept_filter(9)

2015-04-27 Thread Adrian Chadd
ask alfred? :) -a On 27 April 2015 at 02:22, hiren panchasara wrote: > Wanted to see if someone with understanding of accept_filter can > comment. > > cheers, > Hiren > On 04/09/15 at 09:08P, hiren panchasara wrote: >> If a connections comes on a socket with accf_data(9) (for example) but >> n

Re: net.inet.ip.forwarding is mysteriously set to 0

2015-04-27 Thread Paul Thornton
Hi On 27/04/2015 06:41, Julian Elischer wrote: Basically all the setup scripts in /etc/rc.d (andaother setup scripts in /etc and /usr/local/etc) all source /etc/rc.conf and it's friends (defaults etc.) if any of thse scripts gets called (for example by devd when it notices a new interface), the

Re: Idle connections via accept_filter(9)

2015-04-27 Thread hiren panchasara
Wanted to see if someone with understanding of accept_filter can comment. cheers, Hiren On 04/09/15 at 09:08P, hiren panchasara wrote: > If a connections comes on a socket with accf_data(9) (for example) but > never sends any data, it'll occupy resources via staying forever in > listen queue of pa