The tcp-offload-engine tag has no wiki summary.
2
votes
1answer
1k views
Disable TCP-Offloading {completely, generically and easily}
I want to disable tcp-offloading ("TOE") on my debian servers.
ethtool -K .....
I have some wishes, though:
Integrate it cleanly into debian
This reads: no rc.local, I would also like to avoid ...
7
votes
2answers
886 views
tcpdump: snaplen set to 0 but still get “Packet size limited during capture”?
Due to this problem, I'm going to sniff some packets on the MySQL server backend to see what happens:
# tcpdump -vv -s0 -c 100 -i bond0 tcp port 3306 and host 192.168.3.87 -w ...
1
vote
1answer
244 views
Gigabit NIC with TCP offload and open driver
I'm looking for a gigabit Ethernet adapter with a TCP offload engine that will work nicely with a modern Linux kernel. Due to the way patches and updates are handled, I really need one that has an ...
2
votes
1answer
821 views
Does DisableTaskOffload disable all related LAN Adapter settings?
I have been getting problems disabling Checksum Offload in a lot of LAN adapters manually. Does setting the DisableTaskOffload value in the registry disable all of the related parameters regardless of ...
4
votes
6answers
582 views
What causes a delay of 100 ms in initiating an HTTP connection?
Settings: this is a quad CPU machine, plenty strong, not loaded at all (neither CPU nor network), the client is a Windows Server 2008 64bit, the server is a linux box.
I have four threads that are ...