in reply to Re^8: IO::Socket Listen
in thread IO::Socket Listen
You should be able with wireshark to tell if the problem is in the receive buffering or in the transmit delay from the other end. I am suspecting however that there is some delay while processing these very short packets. Although the time frame seems to be incredibly long! Can you provide more timing info from wireshark? What happened when you did: $socket->flush(); after the write (in Perl lingo the "print"?
Update: I was confused.. corrected and also another suggestion posted.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: IO::Socket Listen
by Eliya (Vicar) on Dec 08, 2011 at 08:53 UTC | |
by Marshall (Canon) on Dec 08, 2011 at 12:08 UTC | |
by Secalles (Initiate) on Dec 09, 2011 at 12:54 UTC | |
by Secalles (Initiate) on Dec 09, 2011 at 14:22 UTC | |
by Marshall (Canon) on Dec 12, 2011 at 00:57 UTC | |
|