mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 10:43:25 +00:00
Fix a typo
This commit is contained in:
committed by
Dirkjan Ochtman
parent
cfe6570a66
commit
fc2016103d
@@ -29,7 +29,7 @@ pub fn make_client_endpoint(
|
||||
///
|
||||
/// ## Returns
|
||||
///
|
||||
/// - a sream of incoming QUIC connections
|
||||
/// - a stream of incoming QUIC connections
|
||||
/// - server certificate serialized into DER format
|
||||
#[allow(unused)]
|
||||
pub fn make_server_endpoint(bind_addr: SocketAddr) -> Result<(Incoming, Vec<u8>), Box<dyn Error>> {
|
||||
|
||||
Reference in New Issue
Block a user