Use DialMode/ListenMode

This commit is contained in:
Asim Aslam
2019-10-15 16:08:38 +01:00
parent ca934951ad
commit be5093798b
4 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ const (
Unicast Mode = iota
// send to all channel listeners
Multicast
// send to all listeners
// send to all links
Broadcast
)