summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Add url handler for seqnum_serverHEADmasterTom Smeding2019-11-05
|
* Seqnum serverTom Smeding2019-11-05
|
* Rename {client,server}d to {client,server}Tom Smeding2018-08-12
|
* Remove old client and serverTom Smeding2018-08-12
|
* Threaded communication (icmpd)Tom Smeding2018-08-01
|
* Use raw sockets for serverTom Smeding2018-07-25
| | | | | No more buffering, but auto-reply needs to be turned off; see run_server.sh.
* 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.