Struct tokio_utp::UtpListener [] [src]

pub struct UtpListener { /* fields omitted */ }

Listens for incoming uTP connections.

Methods

impl UtpListener
[src]

[src]

Get the local address that the listener is bound to.

[src]

Receive a new inbound connection.

This function will also advance the state of all associated connections.

[src]

Convert the UtpListener to a stream of incoming connections.

Trait Implementations

impl Debug for UtpListener
[src]

[src]

Formats the value using the given formatter.

impl Drop for UtpListener
[src]

[src]

Executes the destructor for this type. Read more