forked from mirage/mirage-tcpip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
`mirage-tcpip` provides a networking stack for the Mirage operating | ||
system that supports TCP/IP, ARP, DHCP and UDP. | ||
|
||
It compiles against either `mirage-net-unix` or `mirage-net-xen` to provide an | ||
equivalent package for either Unix or Xen respectively. Future versions will | ||
be functorised to avoid this repeated compilation, but for now the OPAM package | ||
manager takes care of this for you. | ||
system that supports TCP/IPv4, ARPv4, DHCPv4 and UDPv4. | ||
|
||
WWW: <http://openmirage.org> | ||
E-mail: <[email protected]> |