Dtls12Server.processClientResponse
bool processClientResponse(const(ubyte)[] datagram)Process a client response datagram.
Dispatches to the appropriate handler based on content type and current phase.
Parameters
datagram | The received datagram bytes. |
Returns
true if processing succeeded.