p-jaholkowski

Results 2 issues of p-jaholkowski

6.4.2 Single stepping When breakpoint is implemented,it is easy to implement single stepping: a debugger simply places another int 3 opcode in the next instruction. So, when a programmer sets...

Should remote_endpoint() throw exception after receive of RST packet from already connected client ? I have tls handshake which looks like this: void ClientSocket::asyncSSLHandshake() { auto shareThis = this->shared_from_this(); auto...