-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
20 lines (15 loc) · 836 Bytes
/
TODO.txt
File metadata and controls
20 lines (15 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
##############################################################################
# LIMITATIONS
##############################################################################
- The current program exits if the first probed hop (the oned passed on the
command line) is unresponsive.
- NOT SURE IF REMAPROUTE DEALS WITH LOOPS
##############################################################################
# LONG TERM
##############################################################################
- Add support for IPv6
- The confirm module should send probes with a sequence number so we can match
probes to responses and calculate RTTs. As it is, we cannot calculate RTTs
if we send multiple probes to the same (TTL, flowid) pair simultaneously
(which may happen if we want to probe faster or run multiple program
instances).