Destroy the session, closing the internally used sockets. The sockets that have been returned by Accept() or Connect() will not be closed, but they will be closed by the SAM proxy because the session is destroyed. So they will return an error next time we try to read or write to them.
Declared in <i2p.h>
~Session();