mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user