Acked-By: Frank Lichtenheld <fr...@lichtenheld.com>

Changes look good to me, applies on current master and compiles.
One error in function documentation, but probably fixable on apply. See below.

> Arne Schwabe <a...@rfc2549.org> hat am 22.04.2022 15:40 geschrieben:
[...]
> diff --git a/src/openvpn/reliable.h b/src/openvpn/reliable.h
> index cd80bbfb2..05426fd8c 100644
> --- a/src/openvpn/reliable.h
> +++ b/src/openvpn/reliable.h
> @@ -126,6 +126,28 @@ struct reliable
>  bool reliable_ack_read(struct reliable_ack *ack,
>                         struct buffer *buf, const struct session_id *sid);
>  
> +
> +/**
> + * Parse an acknowledgment record from a received packet.
> + *
> + * This function parses the packet ID acknowledgment record from the packet
> + * contained in \a buf.  If the record contains acknowledgments, these are
> + * stored in \a ack.  This function also compares extracts packet's session 
> ID

Remove "compares".

> + * and returns it in \a session_id_remote

--
Frank Lichtenheld


_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to