Try to enable hardware cheksum

This commit is contained in:
Scott Ullrich 2005-07-25 22:37:19 +00:00
parent 4dd1d9afd2
commit 6ac2dcdb51

View File

@ -108,6 +108,8 @@ function enable_hardware_offloading($interface) {
}
}
}
mwexec("/sbin/ifconfig $interface txcsum 2>/dev/null");
mwexec("/sbin/ifconfig $interface rxcsum 2>/dev/null");
return;
}