commit | eac5702d06ee574e9e155c4e60c251e525dc4149 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Thu Aug 05 10:26:25 2010 -0700 |
committer | Paul Jakma <paul@quagga.net> | Mon Mar 21 17:30:52 2011 +0000 |
tree | 0b2fc1b7ff7432d21df8e0346736f6bf2f25287a | |
parent | 58192df7746231fbc82e248b5ddfc7cab95ab1e7 [diff] |
bgpd: enable TCP corking * bgp_packet.c: (bgp_write) On BGP write, use TCP_CORK to provide hints to kernel about TCP buffering. This will cause BGP packets to occur in bigger chunks (full size MTU), improving performance and getting rid of one of the problems reported in the UNH BGP conformance test.