* net.cc (fdsock): Drop setting uninterruptible_io to true.
This commit is contained in:
parent
8b6d43aecf
commit
c60d0bbe68
@ -1,3 +1,7 @@
|
||||
2011-05-01 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* net.cc (fdsock): Drop setting uninterruptible_io to true.
|
||||
|
||||
2011-05-01 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler.h (fhandler_socket::is_slow): Remove.
|
||||
|
@ -554,7 +554,6 @@ fdsock (cygheap_fdmanip& fd, const device *dev, SOCKET soc)
|
||||
if (fixup)
|
||||
((fhandler_socket *) fd)->init_fixup_before ();
|
||||
fd->set_flags (O_RDWR | O_BINARY);
|
||||
fd->uninterruptible_io (true);
|
||||
debug_printf ("fd %d, name '%s', soc %p", (int) fd, dev->name, soc);
|
||||
|
||||
/* Raise default buffer sizes (instead of WinSock default 8K).
|
||||
|
Loading…
x
Reference in New Issue
Block a user