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

Portability regression #54

Closed sleinen closed 6 years ago

sleinen commented 6 years ago

PR https://github.com/sleinen/samplicator/pull/48 introduced a construct that isn't understood by all C compilers:

  for (int j=0; j<argc; j++)

I should have reviewed this better!

sleinen commented 6 years ago

Fixed by #55