drblah / multi-connect

A continuation of mpconn
BSD 2-Clause "Simplified" License
1 stars 1 forks source link

Implement receiver interface logging #4

Open drblah opened 8 months ago

drblah commented 8 months ago

For troubleshooting and measurements, we need to be able to log when a packet is received on an interface. This should be done in such a way that it does not interfere with the network communication, even when we send 100s of mbps.

The output format should be CSV and look something like:

timestamp,interface,packet_seq 1706366274546,eth0,1234 1706366274746,eth0,1235

drblah commented 4 months ago

This has been implemented by 4d90c0dbdb49ed22229b6b9c2adbefe78bcad147 and b041a92f1035c75eca7b2b9018d564d9b8465b15