commit | 603134e077e667b4819effb0e121803842df621f | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Fri Sep 24 22:07:55 2010 +1000 |
committer | Damien Miller <djm@mindrot.org> | Fri Sep 24 22:07:55 2010 +1000 |
tree | 6a4a91c923103d9b6408ab6ff2be4773884aecbc | |
parent | 18e1cab1a112052580bbd3f35fbaec15661d098d [diff] |
- djm@cvs.openbsd.org 2010/09/20 07:19:27 [mux.c] "atomically" create the listening mux socket by binding it on a temorary name and then linking it into position after listen() has succeeded. this allows the mux clients to determine that the server socket is either ready or stale without races. stale server sockets are now automatically removed ok deraadt