chiark
/
gitweb
/
~mdw
/
yaid
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
95df134
)
yaid.c: Common function for fixing connected sockets.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 20 Oct 2012 12:51:57 +0000
(13:51 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 21 Oct 2012 15:08:58 +0000
(16:08 +0100)
Previously I'd forgotten to drag `out-of-band' data inline, which will
cause a select(2) spin, and to make the client connection be nonblocking.
Put all of the relevant stuff in a utility function.
No differences found