[Olsr-dev] packet sequence number
Andreas Tønnesen
(spam-protected)
Fri Aug 24 09:15:18 CEST 2007
Please provide examples. Olsrd maintains one seqno pr. interface
in olsrd_seqnum in the interface struct(interface.h).
This value is appended and incremented in every transmission on
that interface in the net_output function(net_olsr.c).
IMO this is what the RFC requires.
- Andreas
Benoit PAPILLAULT wrote:
> Hi there,
>
> I have a question regarding OLSR packet sequence. According to the
> RFC3626, there is a counter for each interface, quoting "A separate
> Packet Sequence Number is maintained for each interface such that
> packets transmitted over an interface are sequentially enumerated."
>
> The current code uses a simple counter for all interfaces. Is that
> normal? What are the reason of this different behavior compared to what
> the RFC defines?
>
> Best regards,
> Benoit
>
>
>
More information about the Olsr-dev
mailing list