Re: [PATCH v3 11/14] daemon: report connection from root-process
From: Johannes Sixt <hidden> Date: 2016-06-15 22:49:45
On Sonntag, 10. Oktober 2010, Erik Faye-Lund wrote:
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?
-- Hannes