Project

General

Profile

« Previous | Next » 

Revision 9066c9e8

Added by Nathan Scott over 13 years ago

  • ID 9066c9e82dc695489377882844c86650b35fef98

Prevent multiple Windows pmcd processes binding to same port.

Follow through on the advice offered by MSDN on the setup
of server sockets (via socket options) for daemons prior to
bind. This change prevents, in particular, multiple pmcd
processes from being able to start and bind to the same port
simultaneously (with "unspecified" results). Subtle, nasty
difference between Windows sockets APIs and everyone elses.

  • added
  • modified
  • copied
  • renamed
  • deleted