Automatic port forwarding using UPnP and invitation link system #27

Merged
CoCo_Sol merged 6 commits from upnp into main 2024-02-07 16:55:09 +00:00
Showing only changes of commit 24b2888040 - Show all commits

View file

@ -14,7 +14,7 @@ use local_ip_address::local_ip;
///
/// # Example
///
/// ```rust
/// ```no_run
/// use std::io;
///
/// use bevnet::{Connection, Listener};
@ -306,7 +306,7 @@ impl Connection {
/// A non-blocking tcp listener.
///
/// ```rust
/// ```no_run
/// use std::io;
///
/// use bevnet::{Connection, Listener};