Skip to content

Commit 9044c23

Browse files
committed
Bump initially negotiated RTR version from 1 to 2
1 parent 5e75c78 commit 9044c23

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/rtr/client.rs

+1-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ use super::state::State;
2222
const IO_TIMEOUT: Duration = Duration::from_secs(10);
2323

2424
/// The protocol version we initially propose.
25-
///
26-
/// While the client technically supports version 2 as well, the format of the
27-
/// ASPA PDU has not yet been agreed upon. Rather than possibly deploying
28-
/// broken servers, we only start with version 1 for now.
29-
const INITIAL_VERSION: u8 = 1;
25+
const INITIAL_VERSION: u8 = 2;
3026

3127

3228
//------------ PayloadTarget -------------------------------------------------

0 commit comments

Comments
 (0)