package router var ( Single = "single" Multicast = "multicast" Broadcast = "broadcast" Official = "official" Random = "random" )