Fixed wrong comment

This commit is contained in:
Trustin Lee 2011-02-07 20:05:37 +09:00
parent 420431cabb
commit 195df8bec4

View File

@ -58,7 +58,7 @@ public class QuoteOfTheMomentServer {
}
});
// Enable broadcast
// Server doesn't need to enable broadcast to listen to a broadcast.
b.setOption("broadcast", "false");
// Allow packets as large as up to 1024 bytes (default is 768).