On Tue, Apr 5, 2011 at 9:28 AM, <[email protected]> wrote: > Author: trawick > Date: Tue Apr 5 13:28:59 2011 > New Revision: 1089031 > > URL: http://svn.apache.org/viewvc?rev=1089031&view=rev > Log: > restructure Windows apr_socket_connect() to more closely match > the Unix implementation, fixing the getpeername() optimization > and WSAEISCONN behavior > > PR: 48736 (covered WSAISCONN issue) > Submitted by: <inoue ariel-networks.com> (WSAISCONN handling) > Reworked/extended by: trawick
trivia: getpeername() fails for a connected IPv6 socket on XP; this change to get the getpeername() optimization to work "fixes" that for the common case I'll probably backport this to 1.4.x for other reasons (but after 1.4.3).
