NLnetLabs / rpki-rs

An RPKI library for Rust
BSD 3-Clause "New" or "Revised" License
39 stars 22 forks source link

Improve rtr client version negotiation. #282

Closed partim closed 10 months ago

partim commented 10 months ago

This PR improves (well, fixes) the protocol version negotiation of the RTR client.

Previously it just accepted whatever version the server proposed. Now it requests a pre-defined maximum version and rejects any response with a version greater than it.