We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd53ea commit af0c816Copy full SHA for af0c816
TODO.md
@@ -2,6 +2,16 @@
2
3
## High priority
4
5
+* use more recent debian/ubuntu for transfer test
6
+ * need to update way to set fake tls certificates so torrent clients accept them
7
+
8
+* udp (uring)
9
+ * run tests under valgrind
10
+ * hangs for integration tests, possibly related to https://bugs.kde.org/show_bug.cgi?id=463859
11
+ * run tests with AddressSanitizer
12
+ * `RUSTFLAGS=-Zsanitizer=address cargo +nightly test -Zbuild-std --target x86_64-unknown-linux-gnu --verbose --profile "test-fast" -p aquatic_udp --features "io-uring"`
13
+ * build fails with `undefined reference to __asan_init`, currently unclear why
14
15
## Medium priority
16
17
* stagger cleaning tasks?
0 commit comments