@@ -4,12 +4,6 @@ import (
"net"
)
-type ConnectionHandler func(Connection)
-
type Connection interface {
net.Conn
}
-type SysFd interface {
- SysFd() (int, error)
-}