blob: 422902dc0eb17122c504c68db97606b1fdd92d96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">Vertex is an implementation of the Q2Q protocol (sort of like P2P,
but one better). There are a few moving parts in Vertex: PTCP is a
protocol which is nearly identical to TCP, but which runs over
UDP. This lets Q2Q penetrate most NAT configurations. JUICE
([JU]ice [I]s [C]oncurrent [E]vents) is a very simple but immensely
flexible protocol which forms the basis of the high-level aspects of
Q2Q. vertex is a command line tool which exposes a few features
useful in many situations (such as registration and authentication).</longdescription>
<upstream>
<remote-id type="pypi">Vertex</remote-id>
</upstream>
</pkgmetadata>
|