Kleissner
|
0f546caed0
|
UDT: Fix a bug in udtSocketRecv.ingestData. The wrong sequence identifier was pushed to the lossList. #43
|
2021-11-01 09:09:30 +01:00 |
|
Kleissner
|
7afc61edef
|
UDT: Remove unnecessary and confusing sockShutdown. Elevate linger mode to full listen/send mode, which is necessary to combat the shutdown message race condition. Close #47 close #45
|
2021-10-25 09:12:33 +02:00 |
|
Kleissner
|
0c80eb2e3d
|
UDT: Fix ddos in ackEvent. It sets ackTimerEvent which triggers ackEvent ... an endless loop. ackTimerEvent is actually not needed at all.
|
2021-10-25 08:42:24 +02:00 |
|
Kleissner
|
2984dc6b79
|
UDT: Fix another critical bug. udtSocketRecv.farNextPktSeq was not incremented.
Note: The open bug #43 is still pending, although it will give a warning now. The warning can be used as debugging point.
|
2021-10-25 04:50:40 +02:00 |
|
Kleissner
|
2df8dba4fe
|
UDT: Temporary bush fix for buggy code #43. Packet loss is currently ignored, but at least it works now. The function udtSocketRecv.sendNAK is an endless loop and needs a rewrite.
|
2021-10-25 04:12:44 +02:00 |
|
Kleissner
|
57450e506f
|
UDT: Fix another critical new bug in getRcvSpeeds. CC #43
|
2021-10-25 04:05:53 +02:00 |
|
Kleissner
|
75e3d9a42e
|
Initial UDT implementation for file transfer.
New function RequestFileTransferUDT to download files from other peers.
|
2021-10-24 04:26:30 +02:00 |
|