zhangmeng
2019-05-29 631409e7b39ab73f89b076804459cec1f4fbafbe
mode.go
@@ -14,5 +14,16 @@
   Bus
   Pair
   ModeNNG
   Shm
   ModeEnd
)
// type deliver
type td int
const (
   // as server active
   agent = td(iota)
   // as client passive
   coactee
)