A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Art Yerkes 23398b098d - Improvements for select/implementation of event select.
- Added EventSelect PKEVENT, and other bits needed in AFD_FCB to implement
  event select.
- Select and event select are now properly notified on socket hangup.
- Added more places where state changes are needed.
- PollReeval now has the alternate goal of firing the event select event.
- Fixed crash with unsupported protocols, re: null device
- Set AFD_EVENT_SEND and AFD_EVENT_RECEIVE appropriately on connect complete.
- Fixed sending FIN from a dying socket and receiving SEL_FIN on one in tcpip,
  by adding an additional way to lookup sockets.
- Removed even more spew.
- Small speedup: don't need to redo checksum in tcp_input.  It's already done
  in our ip defrag code.

svn path=/trunk/; revision=11765
2004-11-21 20:54:52 +00:00
freeldr Don't print "sector size" message, it is causing confusion 2004-11-21 13:30:44 +00:00
msvc6
os2
posix Modular resource script for POSIX+ terminal emulator in W32. 2004-10-31 20:11:09 +00:00
reactos - Improvements for select/implementation of event select. 2004-11-21 20:54:52 +00:00
rosapps * Replace bzero with memset and bcopy with memcpy 2004-11-21 20:10:22 +00:00