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

Fixed hardcoded PDU length (1500) which is now configurable #36

Closed pangorgo closed 8 years ago

pangorgo commented 8 years ago

fixes #34 Deleted PDU_SIZE contant and added configurable option instead. Added MSG_TRUNC flag to recvfrom, to report datagram truncation

sleinen commented 8 years ago

Thanks for your patch! It looks very clean and thorough.