1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
TODO for next release:
======================
- remove all TODOs
- check whether install target works (it does not in Debian package!?)
- check whether tests are flaky
- log option_value in setsockopt()/getsockopt()
- select() test_server select()
test_server test
wrapper/library implementation
- sendto() test_client sendto()
test_client test
wrapper/library implementation
- recvfrom() test_server recvfrom()
test_server test
wrapper/library implementation
TODO when time permits:
=======================
- suggestions from the expert audience
- add filter for connections
- do one really needs all information (for example from getaddrinfo()) or is it just impoartant to see the call?
|