Struct utp2::UtpSocket [] [src]

pub struct UtpSocket { /* fields omitted */ }

Methods

impl UtpSocket
[src]

Bind a new UtpSocket to the given socket address

Create a new Utpsocket backed by the provided UdpSocket.

Connect a new UtpSocket to the given remote socket address

Called whenever the socket readiness changes

This function should be called every 500ms

Trait Implementations

impl Evented for UtpSocket
[src]

Register self with the given Poll instance. Read more

Re-register self with the given Poll instance. Read more

Deregister self from the given Poll instance Read more