pahp / fwcheck

A step-by-step checker of a firewall for a lab
GNU General Public License v3.0
0 stars 1 forks source link

checker does not test duplexity of UDP connections #5

Open pahp opened 6 months ago

pahp commented 6 months ago

one-way UDP connections can work, but our checker currently only tests whether the listener gets data from a sender. Whether two-way communication is required should probably be an option for the tester function.