MCPcopy Create free account
hub / github.com/PerroEngine/Perro / peer_string

Method peer_string

perro_source/api_modules/perro_networking/src/tcp.rs:126–128  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

124 .map_err(|err| NetError::from_io(NetErrorKind::SetNonBlocking, err))?;
125 Ok(Self {
126 stream,
127 peer,
128 frame_buf: VecDeque::new(),
129 tx_queue: VecDeque::new(),
130 tx_cursor: 0,
131 read_eof: false,

Callers 4

connected_eventMethod · 0.45
poll_eventMethod · 0.45
poll_frame_eventMethod · 0.45
accept_eventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected