On Sun, Oct 10, 2010 at 8:58 PM, Johannes Sixt [off-list ref] wrote:
On Sonntag, 10. Oktober 2010, Erik Faye-Lund wrote:
quoted
Report incoming connections from the process that
accept() the connection instead of the handling
process.
This enables "Connection from"-reporting on
Windows, where getpeername(0, ...) consistently
fails.
Is this from the process that you invoke with --serve? then this failure could
be due to Winsockets not being initilized. Did you check that?
I've tried that, and unfortunately it lack of socket initialization
does not seem to be the reason :(