re EADDRNOTAVAIL

2013-05-02 Thread Aidan McGurn
Re: http://mail-archives.apache.org/mod_mbox/trafficserver-dev/201210.mbox/%3ccafkfyq7kj_mgkcq5wx6umq46ujyxogfszgjvf_0fi7b90oj...@mail.gmail.com%3E Hi Brian - We are experiencing a similar issue here with EADDRNOTAVAIL occurring under low load with no port exhaustion - I was wondering if you

Re: re EADDRNOTAVAIL

2013-05-01 Thread Brian Geffon
Yes, this patch is already committed to 3.3.x/Master. Below is a patch that will cleanly apply to 3.2.0. Brian --- iocore/net/UnixConnection.cc2012-06-14 13:50:54.0 -0700 +++ iocore/net/UnixConnection.cc2012-10-16 14:45:43.0 -0700 @@ -223,6 +223,7 @@ //

Re: re EADDRNOTAVAIL

2013-05-01 Thread Alan M. Carroll
I may teak that to use ats_is_ip_any() rather than having a bool flag. Wednesday, May 1, 2013, 1:51:23 PM, you wrote: Yes, this patch is already committed to 3.3.x/Master. Below is a patch that will cleanly apply to 3.2.0. Brian --- iocore/net/UnixConnection.cc2012-06-14

Re: re EADDRNOTAVAIL

2013-05-01 Thread Brian Geffon
Sure, that code is your world so whatever makes the most sense. Brian On Wed, May 1, 2013 at 1:15 PM, Alan M. Carroll a...@network-geographics.com wrote: I may teak that to use ats_is_ip_any() rather than having a bool flag. Wednesday, May 1, 2013, 1:51:23 PM, you wrote: Yes, this patch