regneq / projecteqemu

Automatically exported from code.google.com/p/projecteqemu
1 stars 0 forks source link

Client NAT Firewalls causing disconnects. #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Client's using NAT routers that are not running a QoS engine were being
plagued with disconnects because of a packet state being sent to the EMU
server of ESTABLISHED.  I removed the if conditional from the source that
specifies if a new connection is established (like in a lag spike) to
disconnect the client.  Regardless of the timout set in the database any
lag spike or sometimes zoning would disconnect the client using a NAT
router that did not support QoS. Removing the statement fixed the problem,
however it may have opened a security risk in the process so it is
definitely something to follow up on.

Original issue reported on code.google.com by leewells...@gmail.com on 16 Mar 2009 at 1:34