mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 07:17:26 +07:00
Added note to fix issue regarding the server binding as LAN IP instead of localhost
This commit is contained in:
@ -137,7 +137,7 @@ public class Server implements PacketProcessor {
|
||||
.option(ChannelOption.SO_BACKLOG, 128)
|
||||
.childOption(ChannelOption.TCP_NODELAY, true)
|
||||
.childOption(ChannelOption.SO_KEEPALIVE, true)
|
||||
// .localAddress(address, port)
|
||||
// .localAddress(address, port) // FIXME disable binding to LAN IP in favor of localhost
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user