Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultMTU = 1400
)
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewVersionCommand ¶
Types ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
func (*Conn) SetDealFunc ¶
func (c *Conn) SetDealFunc(f func())
type SchedulerConn ¶
type SchedulerConn struct {
Conn
}
func NewSchedulerConn ¶
func NewSchedulerConn( listenPort int, ) (*SchedulerConn, error)
Click to show internal directories.
Click to hide internal directories.