mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
implement a Serve method for the Listener
This commit is contained in:
parent
cd465ae0b5
commit
48dee2708e
4 changed files with 70 additions and 68 deletions
|
@ -59,6 +59,5 @@ type Config struct {
|
|||
type Listener interface {
|
||||
Close() error
|
||||
Addr() net.Addr
|
||||
ListenAddr(addr string) error
|
||||
Listen(conn net.PacketConn) error
|
||||
Serve() error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue