node: Make sure we bound peer message inboxes
modified radicle-node/src/deserializer.rs
@@ -67,6 +67,11 @@ impl<D: wire::Decode> Deserializer<D> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire/protocol.rs
@@ -53,6 +53,9 @@ pub const DEFAULT_CONNECTION_TIMEOUT: time::Duration = time::Duration::from_secs
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -699,6 +702,12 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -781,7 +790,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|