runc/network
Tim Hockin d25aa3cee7 Don't set the MTU for loopback interfaces.
Setting the MTU for loopback has a huge performance impact on intra-container
traffic. The loopback interface is not an ethernet interface and does not need
the same limit. with this change I see a 4x speedup for loopback throughput.

Docker-DCO-1.1-Signed-off-by: Tim Hockin <thockin@google.com> (github: thockin)
2014-07-15 01:01:26 +00:00
..
loopback.go Don't set the MTU for loopback interfaces. 2014-07-15 01:01:26 +00:00
netns.go Refactores network Interface a bit to use NetworkState struct instead of a map for passing runtime information around. 2014-06-25 22:51:28 +00:00
network.go Fix cross compile for network and node pkgs 2014-06-23 16:23:51 -07:00
stats.go Fixing some nits. 2014-06-26 20:49:02 +00:00
strategy.go Refactores network Interface a bit to use NetworkState struct instead of a map for passing runtime information around. 2014-06-25 22:51:28 +00:00
types.go Don't set the MTU for loopback interfaces. 2014-07-15 01:01:26 +00:00
veth.go Refactores network Interface a bit to use NetworkState struct instead of a map for passing runtime information around. 2014-06-25 22:51:28 +00:00