Commit graph

57 commits

Author SHA1 Message Date
578fdb0c1b
fix gui issue with receiver 2023-08-19 18:46:26 +02:00
a0989bdc73
add delay option 2023-08-19 16:30:50 +02:00
9b7577ce65
migrate gui to a feature flag, drastically speed up send times 2023-08-19 16:14:35 +02:00
69081acc51
fix stdio 2023-03-02 18:00:55 +01:00
7766698c68 fix a x/0 crash 2022-10-28 14:06:29 +02:00
783116217d Merge branch 'main' of github.com:TudbuT/qft 2022-10-03 18:48:21 +02:00
c8074ef4b6 better style 2022-10-03 18:48:18 +02:00
amatgil
15c4327c85 Should be working correctly :)) 2022-10-03 18:22:03 +02:00
amatgil
93d5806e49 Attempted to add speed indicator on both sender and receiver (untested) 2022-10-03 00:56:32 +02:00
5347a60057 remove unused code 2022-09-06 18:04:14 +02:00
7e7d922129 add a helper log 2022-08-27 18:10:13 +02:00
40aa548781 dont replace the printed amount of bytes sent/received on each wrap 2022-08-24 10:00:53 +02:00
22aefed03a dont replace the printed amount of bytes sent/received on each wrap 2022-08-23 13:32:51 +02:00
2a675aa9d5 fix a rare connection glitch 2022-08-23 10:06:09 +02:00
bd3e770a0d make loading bar start as soon as connection is established 2022-08-23 09:51:39 +02:00
ba9003a88c increase resend-buffer size 2022-08-21 22:21:32 +02:00
7c5f42916a fix a few connection reliability issues 2022-08-21 21:55:32 +02:00
8de978608d Merge branch 'main' of github.com:tudbut/qft 2022-08-21 20:38:27 +02:00
c02b5efdb2 Merge branch 'main' of github.com:tudbut/qft 2022-08-21 20:36:38 +02:00
1ebc3b4911 make gui open whenever no args are supplied 2022-08-21 20:24:59 +02:00
12728a4f17 make gui open whenever no args are supplied 2022-08-21 20:03:43 +02:00
e4ff6329ec add working progress bar to receiver (breaks compatibility with 0.4) 2022-08-21 18:58:37 +02:00
fd4f13e4a7 add a GUI 2022-08-21 14:10:10 +02:00
b3933dd478 even better reliability 2022-08-20 18:55:24 +02:00
74865e30d5 add QFT_HIDE_DROPS environment variable 2022-08-20 11:01:46 +02:00
aa35f1bbe8 qft can now withstand loss=2% delay=500ms corrupt=2% duplicate=5% reorder=5% without losing connection, and it can get the same speed with 20ms ping and 1000ms ping 2022-08-20 10:44:59 +02:00
761831460f add warning about QFT_USE_TIMED_HOLEPUNCH 2022-08-20 10:07:46 +02:00
cb7e4e85dc improve code quality 2022-08-18 00:24:46 +02:00
7afef789fc unify end() and write_safe() into internal_write_safe() 2022-08-18 00:10:42 +02:00
8a4d8b4e94 fix a lot of packet id wrap-related issues 2022-08-17 21:36:24 +02:00
ea3316b270 add streaming 2022-08-16 14:09:18 +02:00
3bb3bec5d3 fix a bug where transfer would slow down after a while on unreliable connections 2022-08-16 13:42:26 +02:00
e63fefe182 better catchup mechanism 2022-08-16 12:38:01 +02:00
b75a385e70 implement more parts of TCP to improve connection speed 2022-08-16 09:20:34 +02:00
3522d0ffa7 fix a few connection issues 2022-08-15 23:49:32 +02:00
921b959f14 improve holepunching drastically 2022-08-15 21:21:01 +02:00
eeb074117c clarify some errors 2022-08-15 14:22:17 +02:00
071ace4f4a add exact Ord and Eq to derivations on SafeReadWritePacket 2022-08-15 14:10:18 +02:00
b6b782bd1d use drived Ord instead of custom ordinal trait 2022-08-15 14:04:22 +02:00
a3570de65e better code formatting 2022-08-15 12:01:47 +02:00
b4295c14ca fix write panic 2022-08-14 23:39:37 +02:00
8aa7fe2129 allow resuming writes 2022-08-14 23:27:17 +02:00
94350c46f0 fix receiver ping display 2022-08-14 18:39:48 +02:00
79670a6f9c better ping printing 2022-08-14 16:40:11 +02:00
97b8129002 print ping 2022-08-14 13:58:39 +02:00
d09443ac47 fix a few connection issues 2022-08-14 11:45:30 +02:00
adb7042e35 fix a few bad disconnects 2022-08-13 18:56:34 +02:00
629228d365 better progress display 2022-08-13 17:37:57 +02:00
9e8ec4db3c fix lockup during holepunch 2022-08-13 17:03:42 +02:00
73eba2a0d6 add option to select bitrate 2022-08-13 04:06:42 +02:00