We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1be02c commit 3a6d751Copy full SHA for 3a6d751
iroh-relay/src/protos/relay.rs
@@ -603,9 +603,18 @@ mod tests {
603
},
604
}
605
.write_to(Vec::new()),
606
- "04 19 7f 6b 23 e1 6c 85 32 c6 ab c8 38 fa cd 5e
607
- a7 89 be 0c 76 b2 92 03 34 03 9b fa 8b 3d 36 8d
608
- 61 47 6f 6f 64 62 79 65 21",
+ // frame type
+ // public key first 16 bytes
+ // public key second 16 bytes
609
+ // ECN byte
610
+ // Segment size
611
+ // hello world contents
612
+ "05
613
+ 19 7f 6b 23 e1 6c 85 32 c6 ab c8 38 fa cd 5e a7
614
+ 89 be 0c 76 b2 92 03 34 03 9b fa 8b 3d 36 8d 61
615
+ 03
616
+ 00 06
617
+ 48 65 6c 6c 6f 20 57 6f 72 6c 64 21",
618
),
619
(
620
ClientToRelayMsg::Datagrams {
0 commit comments