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.
Previously, sendto() would fail if the socket was first bound before sending the message. I have changed this so that bind() is only called for TCP since the socket will be automatically bound with sendto()
Previously, sendto() would fail if the socket was first bound before sending the message. I have changed this so that bind() is only called for TCP since the socket will be automatically bound with sendto()