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

Declare loop variables in advance #55

Closed sleinen closed 6 years ago

sleinen commented 6 years ago

I'm all for declaring them inside the for() clause, but that doesn't work with all compilers.

sleinen commented 6 years ago

Fixes #54