uzi18@xxxxx said: > Ummm sorry, it's IM App, to be realible for such app it's needed to close > conn before suspend, because after resume tcp connections will wait > (especialy on linux) quiet a lot of time to broke and reconnect. I don't know the details here, but shouldn't the kernel fix this internally? If sufficient time have elapsed so the kernel _should_ have sent keep alives etc on an othervise idle connection, they shold be sent immediately on resume. If the other end has disappeared by then, the resulting port unreachable should trigger a local closure of the tcp state which the app will notice (EBADF, or similar). Or? Seems to me the kernel should sit on enough info to handle this nicely. _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm