summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Collapse)AuthorAge
* Let xxd take stream argumentTom Smeding2019-11-04
|
* Keepalive pings in icmpdTom Smeding2018-08-02
|
* Proper event-driven icmpd recvTom Smeding2018-08-02
|
* Threaded communication (icmpd)Tom Smeding2018-08-01
|
* Initial versionTom Smeding2018-07-23
Working ping back and forth with specified data, and data arrives at the other party. Currently, the server uses nflog to get the pings, which: 1. requires iptables settings to work; 2. buffers and collects messages for a second. Both are suboptimal, and I believe raw sockets can improve on this.