[Bug 174087] [tcp] Problems with ephemeral port selection

2020-06-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174087 Mark Linimon changed: What|Removed |Added Status|Open|In Progress CC|

[Bug 174087] [tcp] Problems with ephemeral port selection

2020-05-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174087 Richard Scheffenegger changed: What|Removed |Added CC||rsch...@freebsd.org --- Co

[Bug 174087] [tcp] Problems with ephemeral port selection

2018-05-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174087 Eitan Adler changed: What|Removed |Added Status|In Progress |Open --- Comment #5 from Eitan Adler

[Bug 174087] [tcp] Problems with ephemeral port selection

2016-12-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=174087 Hiren Panchasara changed: What|Removed |Added Assignee|an...@freebsd.org |freebsd-net@FreeBSD.org --- Com

Re: kern/174087: [tcp] Problems with ephemeral port selection

2012-12-11 Thread andre
Synopsis: [tcp] Problems with ephemeral port selection Responsible-Changed-From-To: freebsd-net->andre Responsible-Changed-By: andre Responsible-Changed-When: Tue Dec 11 22:01:32 UTC 2012 Responsible-Changed-Why: Looking into it. http://www.freebsd.org/cgi/query-pr.cgi?pr=174

Re: kern/174087: [tcp] Problems with ephemeral port selection

2012-12-09 Thread linimon
Old Synopsis: Problems with ephemeral port selection New Synopsis: [tcp] Problems with ephemeral port selection Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Sun Dec 9 17:56:08 UTC 2012 Responsible-Changed-Why: Over to maintai

Re: Problems with ephemeral port selection

2012-12-03 Thread Keith Arner
a problem > report too and post the PR-number here so we can better track it? Done. PR-number is: kern/174087 > From: Fernando Gont > Subject: Re: Problems with ephemeral port selection > > Please take a look at the discussion on how to "steal" incomming > connections

Re: Problems with ephemeral port selection

2012-12-01 Thread Fernando Gont
Hi, Keith, On 11/30/2012 11:09 AM, Keith Arner wrote: > > - behave uniformly whether or not SO_REUSEADDR has been set > - allow outgoing connection requests to re-use a local port number, so >long as the remaining elements of the tuple (laddr, fport, faddr) are >unique Please take a loo

Problems with ephemeral port selection

2012-11-30 Thread Keith Arner
I've noticed some issues with ephemeral port number selection from tcp_connect(), which limit the number of concurrent, outgoing connections that can be established (connect(), rather than accept()). Sifting through the source code, I believe the issuess stem from two problems in the tcp_connect()