From eee9cefd8c13184e45878ce8e2ef12fcdece3ded Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 7 Jun 2000 22:53:51 +0000 Subject: Doc --- proto/ospf/dbdes.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'proto/ospf/dbdes.c') diff --git a/proto/ospf/dbdes.c b/proto/ospf/dbdes.c index 5272732..b92523a 100644 --- a/proto/ospf/dbdes.c +++ b/proto/ospf/dbdes.c @@ -1,13 +1,23 @@ /* * BIRD -- OSPF * - * (c) 1999-2000 Ondrej Filip + * (c) 1999 - 2000 Ondrej Filip * * Can be freely distributed and used under the terms of the GNU GPL. */ #include "ospf.h" +/** + * ospf_dbdes_tx - transmit database description packet + * @n: neighbor + * + * Sending of database description packet is described in 10.6 of RFC 2328. + * Reception of each packet is acknoledged in sequence number of another. + * When I send a packet to neighbor I keep a copy in buffer. If neighbor + * does not reply, I don't create new packet but I just send content + * of buffer. + */ void ospf_dbdes_tx(struct ospf_neighbor *n) { -- cgit v1.2.3