pellegre / libcrafter

A high level C++ network packet sniffing and crafting library.
298 stars 88 forks source link

packet: fix successive timeouts #27

Closed oliviertilmans closed 9 years ago

oliviertilmans commented 9 years ago

Linux does alter the timeval struct during select(), this patch ensures that we can perform multiple timeouts.