Line wrap at 80
This commit is contained in:
parent
6e228216b4
commit
a1d7a75ff4
@ -438,9 +438,9 @@ class NioDatagramWorker implements Runnable {
|
|||||||
static void write(final NioDatagramChannel channel,
|
static void write(final NioDatagramChannel channel,
|
||||||
final boolean mightNeedWakeup) {
|
final boolean mightNeedWakeup) {
|
||||||
/*
|
/*
|
||||||
* Note that we are not checking if the channel is connected. Connected has a different
|
* Note that we are not checking if the channel is connected. Connected
|
||||||
* meaning in UDP and means that the channels socket is configured to only send and
|
* has a different meaning in UDP and means that the channels socket is
|
||||||
* receive from a given remote peer.
|
* configured to only send and receive from a given remote peer.
|
||||||
*/
|
*/
|
||||||
if (!channel.isOpen()) {
|
if (!channel.isOpen()) {
|
||||||
cleanUpWriteBuffer(channel);
|
cleanUpWriteBuffer(channel);
|
||||||
|
Loading…
Reference in New Issue
Block a user