Module Name: src Committed By: pooka Date: Mon Jan 24 17:47:52 UTC 2011
Modified Files: src/lib/librumpclient: rumpclient.c src/lib/librumpuser: sp_common.c Log Message: Add reconnect code to librumpclient. In case the connection to the kernel server is lost, the client will now automatically attempt to reconnect. Among other things, this makes it possible to "reboot" and restart the TCP/IP stack from under firefox without any perceivable less of service. If pages were loading at the time the TCP/IP server was killed, there may be some broken links, but nothing a ctrl-r cannot fix. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/librumpclient/rumpclient.c cvs rdiff -u -r1.25 -r1.26 src/lib/librumpuser/sp_common.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.