Changeset 58638 in vbox
- Timestamp:
- Nov 10, 2015 1:38:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r58340 r58638 1193 1193 enmGsoType = PDMNETWORKGSOTYPE_IPV6_TCP; 1194 1194 else if (uProtocol == RTNETIPV4_PROT_UDP) 1195 enmGsoType = PDMNETWORKGSOTYPE_IPV 4_UDP;1195 enmGsoType = PDMNETWORKGSOTYPE_IPV6_UDP; 1196 1196 else 1197 1197 enmGsoType = PDMNETWORKGSOTYPE_INVALID;
Note:
See TracChangeset
for help on using the changeset viewer.