[Bug 35058] Should send keep-alive packets to detect dropped connections.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Mar 30 02:03:46 CEST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=35058
--- Comment #1 from Debarshi Ray <debarshi.ray at gmail.com> 2011-03-29 17:03:45 PDT ---
Created an attachment (id=45016)
View: https://bugs.freedesktop.org/attachment.cgi?id=45016
Review: https://bugs.freedesktop.org/review?bug=35058&attachment=45016
Send keep alive packets
XChat-GNOME tries to obfuscate the timestamp a bit:
GTimeVal timev;
g_get_current_time (&timev);
return (timev.tv_sec - 50000) * 1000000 + timev.tv_usec;
This is probably a lame attempt at maintaining the privacy of the user by
hiding the actual time at his end.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list