Searched defs:proxyProtocolV2 (Results 1 – 1 of 1) sorted by relevance
695 type proxyProtocolV2 struct { struct696 command proxyProtocolV2Command697 sourceAddress net.Addr698 destinationAddress net.Addr699 additionalData []byte726 func writeProxyProtocolV2(w io.Writer, hdr proxyProtocolV2) error {