Changes between Initial Version and Version 1 of Ticket #14779, comment 27
- Timestamp:
- Nov 17, 2015 2:13:49 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14779, comment 27
initial v1 1 1 Unfortunately, # define VBOXNETFLT_WITH_GRO is not the problem. It crashed again. 2 2 3 I a lso tried commentingout just:3 I am currently trying to comment out just: 4 4 {{{ 5 5 # define VBOXNETFLT_WITH_GSO_XMIT_HOST 1 … … 7 7 # define VBOXNETFLT_WITH_GSO_RECV 1 8 8 }}} 9 This also results in the crashes.10 11 I am currently trying to comment out all VBOXNETFLT_WITH_GSO* settings, just leaving VBOXNETFLT_WITH_GRO.