Skip to content

Commit

Permalink
richard recomendations
Browse files Browse the repository at this point in the history
  • Loading branch information
JeancarloBarrios committed Dec 24, 2024
1 parent 5345278 commit 9b3b871
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/conn/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ type MConnConfig struct {
// Maximum number of received messages to buffer from a peer
MsgRecvQueueSize int `mapstructure:"msg_recv_queue_size"`

// Maximum size of the sum of bytes for received messages to the buffer from a peer
RecvMessageCapacity int `mapstructure:"recv_message_capacity"`
}

Expand Down

0 comments on commit 9b3b871

Please sign in to comment.