|
|
func (this *UDPServer) Dispatch(source v2net.Destination, packet v2net.Packet, callback UDPResponseCallback) {
|
|
func (this *UDPServer) Dispatch(source v2net.Destination, packet v2net.Packet, callback UDPResponseCallback) {
|
|
|
if this.locateExistingAndDispatch(destString, packet) {
|
|
if this.locateExistingAndDispatch(destString, packet) {
|