Kleissner
|
b0f98fdd4f
|
UDT: Simplify closing behavior - removing multiplexer level for reporting close of listener/socket back to upstream provided closer.
|
2021-10-25 09:56:28 +02:00 |
|
Kleissner
|
13ef42ac39
|
UDT: Reduce complexity of multiplexer, removes a race condition, increases stability. pktOut was not needed.
|
2021-10-25 09:46:36 +02:00 |
|
Kleissner
|
1ec20e6386
|
UDT: Fix critical bug in multiplexer.goWrite. It was overwriting packets on the fly. A new buffer is needed for each outgoing packet.
|
2021-10-25 07:56:35 +02:00 |
|
Kleissner
|
f6bbd02a01
|
Transfer: Change virtual connection from net.PacketConn to channels which is faster and less complex.
Improve termination behavior and documentation of it.
|
2021-10-24 06:27:23 +02:00 |
|
Kleissner
|
153ca78ed7
|
UDT: Removing MTU in favor of MaxPacketSize.
|
2021-10-24 04:59: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 |
|