in reply to Re: Help with socket connections
in thread Help with socket connections
And it didn't seem to have any effect at all. The TCP sessions themselves are getting stuck in a wibbly-wobbly world. Even after the remote side gets tired of waiting and tries to terminate the connection, I get this:while (IO::Socket::connected($local_client) and recv ($local_client,$e +,1,0)) { print $e; last unless IO::Socket::connected($local_client) };
Hmmm... Perhaps the while isn't the problem. Maybe there's something weird in the IO::Socket::INET routines?fwdport 19309 user 5u IPv4 296408 TCP *:2323 (LISTEN) fwdport 19314 user 6u IPv4 296409 TCP 10.1.10.20:2323->10.1.2.5:6 +0181 (CLOSE_WAIT) fwdport 19314 user 7u IPv4 296412 TCP 10.1.10.20:1044->10.1.1.2:t +elnet (CLOSE_WAIT) fwdport 19315 user 6u IPv4 296409 TCP 10.1.10.20:2323->10.1.2.5:6 +0181 (CLOSE_WAIT) fwdport 19315 user 7u IPv4 296412 TCP 10.1.10.20:1044->10.1.1.2:t +elnet (CLOSE_WAIT)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Help with socket connections
by jepri (Parson) on Nov 02, 2002 at 01:54 UTC | |
by Clownburner (Monk) on Nov 04, 2002 at 22:33 UTC |