From 5db9bae28676d743f53636d74997c85039d09278 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 26 Apr 2000 13:26:31 +0000 Subject: IBGP fixes. --- proto/bgp/bgp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/bgp/bgp.c') diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c index 1be652f3..0939f691 100644 --- a/proto/bgp/bgp.c +++ b/proto/bgp/bgp.c @@ -315,6 +315,7 @@ bgp_start_neighbor(struct bgp_proto *p) s->tos = IP_PREC_INTERNET_CONTROL; s->ttl = 1; s->rbsize = BGP_RX_BUFFER_SIZE; + s->tbsize = BGP_TX_BUFFER_SIZE; s->rx_hook = bgp_incoming_connection; if (sk_open(s)) { -- cgit v1.2.3