Kleissner
|
8b593975b6
|
UDT: Fix closing channel twice in race condition when calling udtSocket.Close() multiple times
|
2021-11-01 09:02:35 +01:00 |
|
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
|
e476c7e40b
|
UDT: Remove unnecessary shutdownEvent waiting in udtSocket.Close. permitLinger only allowed for server, unless closed by client.
|
2021-10-25 09:36:59 +02: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
|
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 |
|