mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
The cause was not ZeroCopy but wrong SetTimeout (block cause a lot of overhead). Packet processing previously used channels, but now, with ring buffer, using select was causing issue. Adding `default` clause fixed the issue.