|
782f5e74bf
|
Apply TcpStream fix to UdpSocket as well
|
2022-01-10 00:35:14 -05:00 |
|
|
11f86c49d6
|
Ensure all bytes are written to TcpStream
Fixes #22
|
2022-01-09 22:52:48 -05:00 |
|
|
953bc18279
|
Remove some clippy suppressions for udp files
|
2022-01-08 15:20:21 -05:00 |
|
|
abd9df6be4
|
Implement event-based UDP interface
|
2022-01-08 03:40:20 -05:00 |
|
|
51788c9557
|
Improve reliability using event-based synchronization
|
2022-01-08 02:18:51 -05:00 |
|
|
faf157cfeb
|
UDP port re-use during flooding
|
2021-10-26 00:03:44 -04:00 |
|
|
d975efefaf
|
End-to-end UDP implementation
Port re-use still needs to be implemented to prevent exhaustion over
time, and flooding.
|
2021-10-25 19:05:42 -04:00 |
|
|
fb50ee7113
|
UDP virtual interface skeleton
|
2021-10-20 18:06:35 -04:00 |
|
|
cc91cce169
|
Basic UDP port pool
|
2021-10-20 16:49:24 -04:00 |
|
|
11c5ec99fd
|
Replace lockfree with tokio::sync
|
2021-10-20 16:05:04 -04:00 |
|
|
5cec6d4943
|
Index ports with protocol in WG. Start writing UDP tunnel code with plans.
|
2021-10-19 01:55:04 -04:00 |
|
|
703f261344
|
Move TCP tunneling code to separate module
|
2021-10-19 01:00:05 -04:00 |
|