# Functions
ReadProbeReply reads ProbeReply from the supplied bufio.Reader and returns it to the caller.
ReadProbeRequest reads and parses ProbeRequest protocol buffers from the given bufio.Reader.
Serve blocks indefinitely, servicing probe requests.
WriteMessage marshals the a proto message and writes it to the writer "w" with appropriate Content-Length header.