sleinen / samplicator

Send copies of (UDP) datagrams to multiple receivers, with optional sampling and spoofing
GNU General Public License v2.0
389 stars 132 forks source link

Support for specifying spoofed IP #52

Open enopony opened 7 years ago

enopony commented 7 years ago

I added a command line flag ("-P [address]") to allow the user to spoof a specific source IP. This addresses a need I had as well as one of #43. The behavior of the -S flag is unchanged.

Thank you!