File: control

package info (click to toggle)
rocks 2.1-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 284 kB
  • ctags: 412
  • sloc: ansic: 5,218; makefile: 111
file content (22 lines) | stat: -rw-r--r-- 919 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: rocks
Section: net
Priority: optional
Maintainer: Guus Sliepen <guus@sliepen.warande.net>
Build-Depends: debhelper (>> 3.0.0), libssl-dev
Standards-Version: 3.5.2

Package: rocks
Architecture: any
Depends: ${shlibs:Depends}
Description: Make network sockets reliable in a transparent way
 Rocks protect sockets-based applications from network failures, particularly
 failures common to mobile computing, including:
 .
  - Link failures (e.g., unexpected modem disconnection);
  - IP address changes (e.g., laptop movement, DHCP lease expiry);
  - Extended periods of disconnection (e.g., laptop suspension).
 .
 Rock-enabled programs continue to run after any of these events; their broken
 connections recover automatically, without loss of in-flight data, when
 connectivity returns. Rocks work transparently with most applications,
 including SSH clients, X window applications, and network service daemons.