Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add url handler for seqnum_serverHEADmaster | Tom Smeding | 2019-11-05 |
| | |||
* | Seqnum server | Tom Smeding | 2019-11-05 |
| | |||
* | Let xxd take stream argument | Tom Smeding | 2019-11-04 |
| | |||
* | Protocol implementation WIP | Tom Smeding | 2018-08-13 |
| | |||
* | icmpd cleanup | Tom Smeding | 2018-08-13 |
| | |||
* | Rename {client,server}d to {client,server} | Tom Smeding | 2018-08-12 |
| | |||
* | Remove old client and server | Tom Smeding | 2018-08-12 |
| | |||
* | Add initial version of protocol description | Tom Smeding | 2018-08-04 |
| | |||
* | Move include statement (m) | Tom Smeding | 2018-08-04 |
| | |||
* | Keepalive pings in icmpd | Tom Smeding | 2018-08-02 |
| | |||
* | Proper event-driven icmpd recv | Tom Smeding | 2018-08-02 |
| | |||
* | prepare_client.sh | Tom Smeding | 2018-08-02 |
| | |||
* | Threaded communication (icmpd) | Tom Smeding | 2018-08-01 |
| | |||
* | Better ICMP code encapsulation | Tom Smeding | 2018-07-25 |
| | |||
* | Use raw sockets for server | Tom Smeding | 2018-07-25 |
| | | | | | No more buffering, but auto-reply needs to be turned off; see run_server.sh. | ||
* | Initial version | Tom Smeding | 2018-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. |