01.12.2012, 22:23
Quote:
Uhm doesnt it enable LAN (local area network) mode? So you can play over your Local Area Network.
Like if I open a server with lan mode 1 then someone using the same router (network) as me can connect without having to do so through the internet. |
The server itself is always open on all available IPs (unless you use bind with multiple network interfaces). When in the same network, packets will never go "through the internet", as the external IP is the router itself, and the router readdresses those packets to the assigned local ip.
If the router shouldnt filter this by itself, the packets will just go to the next node, and then get sent back to the router, increasing ping by something like 0.5-1ms. But theres no software way to prevent this, a server running in some network cant tell the router to redirect packages, just the router itself can.