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

Added port ranges to received specifications #48

Closed cfsmp3 closed 7 years ago

cfsmp3 commented 7 years ago

So now this is legal:

127.0.0.1/7301 also this 127.0.0.1/7301-7310 (means create receivers on port 7301 to 7310 inclusive) also this 127.0.0.1/7301+10 (means create 10 receivers starting at 7310, so it's the same as above).