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

datagramThe received datagram bytes.

Returns

true if processing succeeded.