You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The maximum byte size for each gossip (default is 2048 bytes).pubfnmax_transmit_size(&mutself,max_transmit_size:usize) -> &mutSelf{self.config.protocol.max_transmit_size = max_transmit_size;self}
Expected behavior
/// The maximum byte size for each gossip (default is 65536 bytes).