codeghar / Seagull

Seagull is a free, Open Source (GPL) multi-protocol traffic generator test tool. Forked from upstream on Sourceforge. Patched to build on recent versions of Ubuntu, CentOS, and openSUSE.
GNU General Public License v2.0
50 stars 48 forks source link

Further Fixed UDP Binding Issues to Work with a Declared Source #23

Closed tkantner closed 2 years ago

tkantner commented 6 years ago

Seagull allows the ability to declare a source address in the config XML file. Originally (back in July of 2018), I fixed the issue of UDP not binding. It turns out UDP would only bind if a source was given, which should be optional. The following updates fix it so the source address is optional but does work when defined in the XML configuration file.