99f14b84c1
C rewrite: phase out std::chrono
2020-07-22 15:45:16 +02:00
c23741bea3
Measure real-time outbound throughput
2020-07-03 18:03:26 +02:00
7b5ffa4d46
Implement loss-based congestion controller
...
Still lacks an outbound bandwidth limiter and outbound actual emission
bitrate, to avoid increasing the available bandwidth when the bandwidth
is not saturated.
2020-07-03 16:13:47 +02:00
a08808344e
Measure RTT
2020-06-28 23:29:39 +02:00
c5541d1e79
Split data and control packets
2020-06-26 19:41:55 +02:00
0b8cf0edc1
Tun: reject packets with bad length
...
Those packets are probably packets truncated because the buffer is not
large enough.
2020-06-16 20:24:59 +02:00
79dbf23784
Set tun MTU based on VpnPacket max payload
2020-06-16 18:57:08 +02:00
94f42d08c0
Switch to single connection paradigm, use TLVs.
...
Clean up dramatically the codebase by assuming the server has only a
single connection at any time.
2020-06-15 20:39:25 +02:00
20d0d3fc59
Send packets with timestamp and seqno
2020-06-10 18:49:36 +02:00
5a7b108602
Set arbitrary assumed PMTU at 1460
2020-06-10 16:24:26 +02:00
f89cbb6981
Use new VpnPacket
2020-06-05 17:50:36 +02:00
b8bb6d2c5f
Split UdpVpn in -Client and -Server flavour
2020-06-05 16:19:04 +02:00
ba2293e039
Implement basic UdpVpn
2020-06-04 11:47:00 +02:00