You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/readme/TODO.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
* break on destination unreachable
16
16
* improve documentation
17
17
* put everything under a namespace
18
-
* implement command line parser in main.cc
18
+
*~~implement command line parser in main.cc~~ done in [commit 8a3ae75](https://github.com/insomniacslk/dublin-traceroute/commit/8a3ae7513645afdad5eabd8d6f368383dff98c8b)
19
19
* Add an uninstall target in the Makefile for the python extension
20
20
* Fix the memory leak where TracerouteResults is not freed
21
21
* IP_ID_MATCHING must become a constructor parameter
@@ -30,3 +30,4 @@
30
30
* Integrate the ASN graph with a world map (e.g. openstreetmap or google maps)
31
31
* Add --webserver to the python CLI to expose a SimpleHTTPServer that serves a PNG with the traceroute diagram
32
32
* heat map/flame graph of the network latencies over time (links history)
33
+
*~~improve the build system (there is just a static Makefile now)~~ done in [commit ffa9d3c](https://github.com/insomniacslk/dublin-traceroute/commit/ffa9d3c306fb772e2c95963a94cdc386b0126206), using CMake
0 commit comments