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

Method connected_event

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

Source from the content-addressed store, hash-verified

128 frame_buf: VecDeque::new(),
129 tx_queue: VecDeque::new(),
130 tx_cursor: 0,
131 read_eof: false,
132 disconnect_emitted: false,
133 })
134 }
135
136 pub fn peer_addr(&self) -> SocketAddr {
137 self.peer

Callers

nothing calls this directly

Calls 1

peer_stringMethod · 0.45

Tested by

no test coverage detected