mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-23 19:48:19 +00:00
Update obsolete doc comment
This commit is contained in:
committed by
Dirkjan Ochtman
parent
c1d412c7aa
commit
65bbb1e154
@@ -34,9 +34,8 @@ use crate::{
|
||||
|
||||
/// The main entry point to the library
|
||||
///
|
||||
/// This object performs no I/O whatsoever. Instead, it generates a stream of packets to send via
|
||||
/// `poll_transmit`, and consumes incoming packets and connection-generated events via `handle` and
|
||||
/// `handle_event`.
|
||||
/// This object performs no I/O whatsoever. Instead, it consumes incoming packets and
|
||||
/// connection-generated events via `handle` and `handle_event`.
|
||||
pub struct Endpoint {
|
||||
rng: StdRng,
|
||||
index: ConnectionIndex,
|
||||
|
||||
Reference in New Issue
Block a user