From 5722c47aa3402f1458da9eec332153a454a540b7 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 23 Jul 2018 15:48:44 +0200 Subject: Initial version 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c102fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +client +server -- cgit v1.2.3-70-g09d2