Hello,
I noticed that really weird stuff happens when Im sending data from a remote client with a low upload rate (around 55 kb/s) and trying to do this twice. I'm repeadedly sending packets from there (always with a pause inbetween, waiting for the arival of the previous packet) with sizes of around 40 kb. The first time I do this, it works. When I do it afterwards, none of the send packages from the client arrive at the server. Im though measuring the full bandwidth of the client being used by lidgren network produced traffic. So its sending a large amount of something which never arrives at the server!
How comes this?
I really am monitoring everything and logging every incoming and outgoing message at the server and the client. The client responds to stuff the server wants from it and sends it to the server but it just wont arrive.