diff --git a/pr/626/docs/help.html b/pr/626/docs/help.html index cb140c09e..09d0ca8e7 100644 --- a/pr/626/docs/help.html +++ b/pr/626/docs/help.html @@ -1 +1 @@ -
The local application closed the connection
The connection could not be created because not enough of the CID space is available
Try using longer connection IDs.
-source. Read moreself and other values to be equal, and is used by ==.source. Read morepub enum SendDatagramError {
+SendDatagramError in noq - Rust SendDatagramError
pub enum SendDatagramError {
UnsupportedByPeer,
Disabled,
TooLarge,
@@ -10,8 +10,8 @@
Indicates that the path MTU minus overhead or the limit advertised by the peer has been
exceeded.
§ConnectionLost(ConnectionError)
The connection was lost
-source. Read moresource. Read morepub struct AddressDiscovery { /* private fields */ }Stream produced by Path::observed_external_addr
pub struct AddressDiscovery { /* private fields */ }Stream produced by Path::observed_external_addr
This will always return the external address most recently reported by the remote over this path. If the extension is not negotiated, this stream will never return.
-pub struct Path { /* private fields */ }An open network transmission within a multipath-enabled connection.
+pub struct Path { /* private fields */ }An open network transmission within a multipath-enabled connection.
As long as a Path or WeakPathHandle is alive, it is ensured that the
PathStats for this path are not dropped even after the path is abandoned.
Returns a WeakPathHandle for this path.
Returns a WeakPathHandle for this path.
Holding a WeakPathHandle does not keep a connection alive, but ensures that the
path’s stats are not dropped until the underlying connection is dropped, even if the
path is abandoned.
The current local PathStatus of this path.
The current local PathStatus of this path.
Sets the PathStatus of this path.
Returns the previous status of the path.
-Closes this path.
+Closes this path.
The path is immediately considered closed by the local endpoint. Once the state is removed,
after a short period of time for any in-flight packets, a PathEvent::Abandoned is
returned.
Sets the max idle timeout for a specific path
See TransportConfig::default_path_max_idle_timeout for details.
Returns the previous value of the setting.
-Sets the keep_alive_interval for a specific path
See TransportConfig::default_path_keep_alive_interval for details.
Returns the previous value of the setting.
-Track changes on our external address as reported by the peer.
+Track changes on our external address as reported by the peer.
If the address-discovery extension is not negotiated, the stream will never return.
-The peer’s UDP address for this path.
-The local IP used for this path, if known.
+The peer’s UDP address for this path.
+The local IP used for this path, if known.
Returns Ok(None) for clients or when the platform does not expose this information; see
noq_udp::RecvMeta::dst_ip for supported platforms.
Ping the remote endpoint over this path.
-self and other values to be equal, and is used by ==.!=. The default implementation is almost always sufficient,
+Ping the remote endpoint over this path.
+pub struct WeakPathHandle { /* private fields */ }Weak handle for a Path that does not keep the connection alive.
pub struct WeakPathHandle { /* private fields */ }Weak handle for a Path that does not keep the connection alive.
As long as a WeakPathHandle for a path exists, that path’s final stats will not be dropped even if
the path was abandoned.
The WeakPathHandle can be upgraded to a Path as long as its Connection has not been dropped.
source. Read more