Skip to content
Commit b1e09d48 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

net/socket and net/tcp: Fix a problem in whent there are multiple network...

net/socket and net/tcp: Fix a problem in whent there are multiple network devices.  Polls were being sent to all TCP sockets before.  This is not good because it means that packets may sometimes be sent out on the wrong device.  That is inefficient because it   will cause retransmissions and bad performance.  But, worse, when one of the devices is not Ethernet, it will have a different MSS and, as a result, incorrect data transfers can cause crashes.  The fix is to lock into a single device once the MSS is locked locked down.
parent 3bcdb218
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment