MCPcopy
hub / github.com/osrg/gobgp / close

Method close

pkg/zebra/zapi.go:1716–1719  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1714}
1715
1716func (c *Client) close() {
1717 closeChannel(c.outgoing)
1718 c.conn.Close()
1719}
1720
1721// SetLabelFlag is referred in zclient, this func sets label flag
1722func (c Client) SetLabelFlag(msgFlags *MessageFlag, nexthop *Nexthop) {

Callers 1

NewClientFunction · 0.95

Calls 2

closeChannelFunction · 0.85
CloseMethod · 0.45

Tested by

no test coverage detected