diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-12-25 17:10:06 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-12-25 17:10:06 +0000 |
commit | c32643b5982889916dce10eefe3249e1a60d2e18 (patch) | |
tree | f4ecc4df5c040b27da4a47ce5011ccb2d42b22ec /lib/libform | |
parent | 3da7ed0213d7ba6ae3c79fb8cda2f0dd831253ec (diff) |
revert change to call kevent immediately.
tcpbench (at a minimum) relies on the old behavior of changes all happening
after all event handlers run. in particular, it resets the event for the
listening socket *before* calling accept(), when it is still readable.
kevent then (correctly) says it is readable on the next go through the loop.
silly, subtle, and stupid.
problem reported by kettenis
Diffstat (limited to 'lib/libform')
0 files changed, 0 insertions, 0 deletions