We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e75c78 commit 9044c23Copy full SHA for 9044c23
src/rtr/client.rs
@@ -22,11 +22,7 @@ use super::state::State;
22
const IO_TIMEOUT: Duration = Duration::from_secs(10);
23
24
/// 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;
+const INITIAL_VERSION: u8 = 2;
30
31
32
//------------ PayloadTarget -------------------------------------------------
0 commit comments