1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

IBGP fixes.

This commit is contained in:
Martin Mares
2000-04-26 13:26:31 +00:00
parent e1ddd99377
commit 5db9bae286
2 changed files with 16 additions and 7 deletions

View File

@@ -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))
{