bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/31010] select() doesn't block with DatagramChannels


From: bitclash at gmail dot com
Subject: [Bug classpath/31010] select() doesn't block with DatagramChannels
Date: 1 Mar 2007 16:37:51 -0000


------- Comment #1 from bitclash at gmail dot com  2007-03-01 16:37 -------
Note that the following instruction:

channel.configureBlocking(false);

is not referred to the Selector but to the DatagramChannel! It means that
reading/wrinting operations don't have to block on the underlying
DatagramSocket.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31010





reply via email to

[Prev in Thread] Current Thread [Next in Thread]