[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-42-g1470cbd
Brought to you by:
entrope
From: Entrope <en...@us...> - 2010-01-08 03:02:38
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "srvx". The branch, master has been updated via 1470cbd8d0457a053f4e42b02c302a296a61ed83 (commit) from 2167d030c80b34f9f9cc0e2235edf47d64ce2500 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1470cbd8d0457a053f4e42b02c302a296a61ed83 Author: Michael Poole <md...@tr...> Date: Thu Jan 7 22:01:26 2010 -0500 Fix the time we set of SO_REUSEADDR for listening sockets. src/ioset.c (ioset_listen): Linux -- reasonably -- requires that SO_REUSEADDR be set on a socket before binding it to an in-use socket. So do that. ----------------------------------------------------------------------- Summary of changes: src/ioset.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- srvx |