changeset: 738:cf309123537e
tag: tip
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Fri Jun 03 00:41:18 2011 +0100
files: libs.suckless.org/libixp.md
description:
update p9p link
diff -r 78cef3df5a0d -r cf309123537e libs.suckless.org/libixp.md
--- a/libs.suckless.org/libixp.md Thu Jun 02 20:23:04 2011 +0000
+++ b/libs.suckless.org/libixp.md Fri Jun 03 00:41:18 2011 +0100
_AT_@ -4,7 +4,7 @@
`libixp`'s server API is based heavily on that of [Plan 9](
http://cm.bell-labs.com/plan9)'s [`lib9p`](
http://man.cat-v.org/plan_9/2/9p), and the two libraries export virtually identical data structures. There are a few notable differences between the two, however:
-* `libixp` multiplexes connections internally, while on `Plan 9`, the kernel performs this task, and in [plan9port](
http://plan9.us/), a separate process is spawned to do so. Despite this divergence, the user of the library will not notice any difference in behavior, except that there may be duplicate `tag` and `fid` numbers between different connections. This issue is of little relevance, however, as the library handles the task of mapping `fid`s and `tag`s to arbitrary pointers and `P9Req` structs.
+* `libixp` multiplexes connections internally, while on `Plan 9`, the kernel performs this task, and in [plan9port](
http://swtch.com/plan9port/), a separate process is spawned to do so. Despite this divergence, the user of the library will not notice any difference in behavior, except that there may be duplicate `tag` and `fid` numbers between different connections. This issue is of little relevance, however, as the library handles the task of mapping `fid`s and `tag`s to arbitrary pointers and `P9Req` structs.
* `libixp` is released under a lenient MIT-style license.
Received on Fri Jun 03 2011 - 01:41:21 CEST