BiagioFesta / wtransport

Async-friendly WebTransport implementation in Rust
Apache License 2.0
470 stars 31 forks source link

config: allows bind configuration with existing socket #235

Closed BiagioFesta closed 3 weeks ago

BiagioFesta commented 3 weeks ago

This allows configuring Endpoint starting from an existing UdpSocket.

Drawback: client and server configurations are not Clone anymore, as they might carry bind socket now