af-packet: don't activate rollover by default

Rollover option is causing issue with TCP streaming code because
packets from the same flow to be treated out of order. As long as
the situation is not fixed in the streaming engine, it is a bad idea
to enable it by default.
pull/1619/head
Eric Leblond 9 years ago committed by Victor Julien
parent 6b2fb3fd5d
commit 3054af7900

@ -478,7 +478,7 @@ af-packet:
- interface: default
#threads: auto
#use-mmap: yes
rollover: yes
#rollover: yes
# Netmap support
#

Loading…
Cancel
Save