From c76ba51a5fc7d61e18213f99d9c09502af0bc192 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 4 Jun 2004 16:30:04 +0000 Subject: lsack.c cleaned. Better names for functions and DIRECT acks can be sent in one packet now. --- proto/ospf/lsack.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'proto/ospf/lsack.h') diff --git a/proto/ospf/lsack.h b/proto/ospf/lsack.h index 55198a4..484c434 100644 --- a/proto/ospf/lsack.h +++ b/proto/ospf/lsack.h @@ -1,7 +1,7 @@ /* * BIRD -- OSPF * - * (c) 2000 Ondrej Filip + * (c) 2000--2004 Ondrej Filip * * Can be freely distributed and used under the terms of the GNU GPL. * @@ -14,10 +14,9 @@ struct lsah_n { struct ospf_lsa_header lsa; }; -void ospf_lsack_direct_tx(struct ospf_neighbor *n,struct ospf_lsa_header *h); -void ospf_lsack_rx(struct ospf_lsack_packet *ps, struct proto *p, +void ospf_lsack_receive(struct ospf_lsack_packet *ps, struct proto *p, struct ospf_iface *ifa, u16 size); -void ospf_lsack_delay_tx(struct ospf_neighbor *n); -void ospf_lsa_delay(struct ospf_neighbor *n,struct ospf_lsa_header *h, - struct proto *p); +void ospf_lsack_send(struct ospf_neighbor *n, int queue); +void ospf_lsack_enqueue(struct ospf_neighbor *n,struct ospf_lsa_header *h, + struct proto *p, int queue); #endif /* _BIRD_OSPF_LSACK_H_ */ -- cgit v1.2.3