Re: IPerf, read/write errors


FIXED:

The Problem were the two VPN-Edges I installed. Because they sometimes re-initialised their encrypted tunnel, the connection was lost maybe for some parts of a second. Because UDP is a connectionless protocol, the packet sent during this period couldn't be received, and iPerf got an EMSGSIZE error, which forces the app to quit.
I just removed one "break;" in the Source, and so if iPerf gets an error like this it continues operation ;)


On Thu, 10 May 2007 11:41:55 +0200, Andreas Kampusch <lordandy --at-- lordandy.at> wrote:
> Hi!
> 
> I've been using iPerf to measure throughput for months without problems,
> but now sometimes a get an error message after a few minuts on the client
> saying "write2 failed: Message too long" and on the Server "read failed:
> Message to long".
> After that message the program stops executing.
> 
> Has anyone ever had this error too? I don't know where it originates from,
> because in the past I've never had any Problems..
> 
> Greets, Andy



Other Mailing lists | Author Index | Date Index | Subject Index | Thread Index