I told WRS to log everything. I just found this in the log....
- Code: Select all
Error: Caught socket exception in CWRPSession::OnRead() Connection Reset by Remote Host - terminating
Here is, from what I can tell the section of hte log pertaining to that connection.
- Code: Select all
09/09/04 19:11:59 192.168.0.2 Guest 0000000699 Created:
09/09/04 19:11:59 192.168.0.2 Guest 0000000699 Debug: Request 570 WRP_COMMAND_BIND UDP 192.168.0.2:27960 to 0.0.0.0:27960
09/09/04 19:11:59 192.168.0.2 Guest 0000000699 Debug: Request 570 Created Socket 2672
09/09/04 19:11:59 192.168.0.2 Guest 0000000699 Debug: Request 570 bound to 0.0.0.0:27960
09/09/04 19:11:59 192.168.0.2 Guest 0000000699 Debug: Request 570 UDP Relay 192.168.0.1:2233 created socket #3100
09/09/04 19:11:59 192.168.0.2 Guest 0000000699 Debug: Request 570 sending response packet
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Debug: Receiving 125 bytes on UDP Relay socket #3100 from 192.168.0.2:27960
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Debug: Sending 115 bytes to 192.246.40.56:27951 using socket #2672
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Debug: Receiving 48 bytes on UDP Relay socket #3100 from 192.168.0.2:27960
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Debug: Sending 38 bytes to 192.246.40.56:27952 using socket #2672
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Debug: Receiving 26 bytes on UDP Relay socket #3100 from 192.168.0.2:27960
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Debug: Sending 16 bytes to 212.85.0.79:27960 using socket #2672
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Debug: Receiving 26 bytes on UDP Relay socket #3100 from 192.168.0.2:27960
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Debug: Sending 16 bytes to 212.85.0.79:27960 using socket #2672
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Error: Caught socket exception in CWRPSession::OnRead() Connection Reset by Remote Host - terminating
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Traffic 68 255 0 0 9s
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Terminated exit code 1
There are 2 lines I am not sure why they are listed or where this IP address is coming from.
- Code: Select all
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Debug: Sending 115 bytes to 192.246.40.56:27951 using socket #2672
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Debug: Receiving 48 bytes on UDP Relay socket #3100 from 192.168.0.2:27960
09/09/04 19:12:08 192.168.0.2 Guest 0000000699 Debug: Sending 38 bytes to 192.246.40.56:27952 using socket #2672
I've checked other q3 engine games, jedi academy, and it does not show that IP.
One thing I've noticed with some software is once an out going connection is created and then ended, i may not be able to make anohter connection. This means shutting down the application and then restarting to make new connection.
It almost seems like this is happening.
Does the above help at all or mean anything?