OSDN Git Service

Moved some exception handling to terminate connections
authorPSpeed42@gmail.com <PSpeed42@gmail.com@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Mon, 18 Apr 2011 17:27:11 +0000 (17:27 +0000)
committerPSpeed42@gmail.com <PSpeed42@gmail.com@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Mon, 18 Apr 2011 17:27:11 +0000 (17:27 +0000)
commitdcd670edd5bcb7d8d2ed75e4dbaad5fc2e79e43c
treece59d63e8dd7c4c9600c422510c0b4f570dc63fd
parent6f423f901fbf125a761bd586446f0d112d77b7c7
Moved some exception handling to terminate connections
that throw low level exceptions.  The specific case I
saw for this was "An existing connection was forcibly
closed by the remote host" IOException.  Without this
new handling, SM continually tried to send the connection
its data.

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7260 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
engine/src/networking/com/jme3/network/kernel/tcp/SelectorKernel.java