Loading src/core/or/protover.c +1 −1 Original line number Diff line number Diff line Loading @@ -403,7 +403,7 @@ protover_get_supported_protocols(void) #endif "Microdesc=1-2 " "Padding=2 " "Relay=1-2"; "Relay=1-3"; } /** The protocols from protover_get_supported_protocols(), as parsed into a Loading src/rust/protover/protover.rs +2 −2 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ pub(crate) fn get_supported_protocols_cstr() -> &'static CStr { LinkAuth=3 \ Microdesc=1-2 \ Padding=2 \ Relay=1-2" Relay=1-3" ) } else { cstr!( Loading @@ -184,7 +184,7 @@ pub(crate) fn get_supported_protocols_cstr() -> &'static CStr { LinkAuth=1,3 \ Microdesc=1-2 \ Padding=2 \ Relay=1-2" Relay=1-3" ) } } Loading Loading
src/core/or/protover.c +1 −1 Original line number Diff line number Diff line Loading @@ -403,7 +403,7 @@ protover_get_supported_protocols(void) #endif "Microdesc=1-2 " "Padding=2 " "Relay=1-2"; "Relay=1-3"; } /** The protocols from protover_get_supported_protocols(), as parsed into a Loading
src/rust/protover/protover.rs +2 −2 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ pub(crate) fn get_supported_protocols_cstr() -> &'static CStr { LinkAuth=3 \ Microdesc=1-2 \ Padding=2 \ Relay=1-2" Relay=1-3" ) } else { cstr!( Loading @@ -184,7 +184,7 @@ pub(crate) fn get_supported_protocols_cstr() -> &'static CStr { LinkAuth=1,3 \ Microdesc=1-2 \ Padding=2 \ Relay=1-2" Relay=1-3" ) } } Loading