Files
udpxd/TODO

16 lines
490 B
Plaintext
Raw Normal View History

2015-04-21 20:09:12 +02:00
MUST:
- support ipv6
2015-04-25 21:15:22 +02:00
+ half done: not tested yet, just compiles.
+ check for bind_h: must be same proto as dst_h (both v4 or both v6!)
+ v6ize verbose outputs
+ check for scopeid for dst_h (no route to host?), also the id
must match for bind_h
2015-04-21 20:09:12 +02:00
- daemonize
- syslog
- if compiled with -O2, gcc mangles the dst sockaddr_in pointers in some weird ways
2015-04-21 20:09:12 +02:00
MAYBE:
- ctrl client to view current "sessions", refresh etc
- config file
- support multiple different setups with one process