[OSKITTCP]

- Register for asynchronous buffer notifications from oskittcp which will fire when a packet is sent
- Fixes sending pending packets that can't fit in the window and fixes the graceful shutdown hang

svn path=/trunk/; revision=52422
This commit is contained in:
Cameron Gutman
2011-06-22 14:05:01 +00:00
parent 27f33adbfb
commit 5fded3cb3f
@@ -118,6 +118,8 @@ void InitializeSocketFlags(struct socket *so)
{
so->so_state |= SS_NBIO;
so->so_options |= SO_DONTROUTE;
so->so_snd.sb_flags |= SB_SEL;
so->so_rcv.sb_flags |= SB_SEL;
}
/* From uipc_syscalls.c */