File: control

package info (click to toggle)
zeroconf 0.9-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 236 kB
  • ctags: 93
  • sloc: ansic: 1,331; sh: 86; makefile: 69
file content (19 lines) | stat: -rw-r--r-- 744 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: zeroconf
Section: net
Priority: optional
Maintainer: Anand Kumria <wildfire@progsoc.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.2.1

Package: zeroconf
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ifupdown, iproute
Description: IPv4 link-local address allocator
 zeroconf is an implementation of IPv4 link-local addresses (RFC3927) 
 which can be used for ad-hoc networks.  Addresses are allocated from 
 the 169.254.0.0/16 range semi-randomly.
 .
 That means making it possible to take two laptop computers, and
 connect them with a crossover Ethernet cable, and have them
 communicate usefully using IP, without needing a man in a white lab
 coat to set it all up for you. (from www.zeroconf.org)