How to cope with loosing internet connection?

Yes, I am:

const TIMEOUT = 10;
server.setsendtimeoutpolicy(RETURN_ON_ERROR, WAIT_TIL_SENT, TIMEOUT);

So, my question remains why the connection isn’t re-established?