Skip to content

turmoil::net::UdpSocket is not API compatible with tokio::net::UdpSocket #220

@howderek

Description

@howderek

I am trying to use turmoil to simulate a UDP load balancer, but I am not able to use turmoil::net::UdpSocket instead of tokio::net::UdpSocket without rewriting components of the load balancer.

Two issues I have run into so far is turmoil::net::UdpSocket::send is private and turmoil::net::UdpSocket::connect does not exist, while in tokio::net::UdpSocket, connect and send are both public methods of UdpSocket.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions