aboutsummaryrefslogtreecommitdiff
path: root/writeups/ipv6/eyeball
AgeCommit message (Collapse)Author
2024-11-27Patch writeups/ipv6/eyeball ...David Timber
- Fix -h option - Add "clean" target - In poll_result(): break on error
2024-11-23Patch writeups/ipv6/eyeball/eyeball.c ...David Timber
- Remove some unreachable code, unnecessary wait when v6 connection already failed - Fix garbage timespec when connection attempt not made after getaddrinfo() returns
2024-11-23Patch writeups/ipv6/eyeball/eyeball.c ...David Timber
Just a final touch: pthread_create() returns errno rather than setting it before returning.
2024-11-22Patch writeups/ipv6/eyeball/eyeball.c ...David Timber
- Increase Resolution Delay to 300 ms
2024-11-22Add writeups/ipv6/eyeballDavid Timber