Hi, I am working on developing a memcached client for binary UDP protocol. Now after I send out a packet, I need to check whether the response received from server is for the current request.
Should I use opaque or request Id ? Whats the use of opaque ? I assume opaque will also be copied in the response packet as such, similar to requestid. Is this correct ? Thanks in advance, Balaji.
