Peter Kleissner
|
332fbbf829
|
Update congestion_native.go
|
2022-02-21 00:31:15 +01:00 |
|
Peter Kleissner
|
e45dddd6f5
|
Update congestion_native.go
Remove non-used lines
|
2022-02-21 00:29:49 +01:00 |
|
|
|
f9f7d48e72
|
added fix to nak interval
|
2022-02-21 02:38:58 +04:00 |
|
Kleissner
|
94ed383489
|
UDT: Fix critical bug in NativeCongestionControl not using pointer. ackEvent immediate parameter.
|
2022-02-20 18:24:42 +01:00 |
|
Kleissner
|
a41de8a4db
|
UDT: Fix critical bugs: congestion window size was not set on senders side; sentAck was not set in case ACK threshold wasn't reached, which caused resendACKTimer to fail to send
|
2022-02-19 23:37:04 +01:00 |
|
Kleissner
|
7d9e38a6f5
|
UDT: Revert removal of udtSocketRecv.ackInterval from b728b939ec close #55
|
2022-02-19 21:27:21 +01:00 |
|
Kleissner
|
e141510b9c
|
UDT: Fix divide by zero
|
2021-11-04 14:17:03 +01:00 |
|
Kleissner
|
81b409d5a4
|
UDT: Fix divide by zero.
|
2021-11-01 08:50:33 +01:00 |
|
Kleissner
|
0368752324
|
UDT: Fix bug in NativeCongestionControl.OnNAK that causes a crash when the provided losslist is empty
|
2021-10-28 17:16:14 +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 |
|