package udp import "mpbl3p/proxy" type Packet struct { ack uint64 nack uint64 seq uint64 data proxy.Packet }