diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-03-26 12:32:06 +0100 |
---|---|---|
committer | Sander Vrijders <sander@ouroboros.rocks> | 2021-03-28 12:46:05 +0200 |
commit | 994465e34a732db3bce542ee021674473f32d572 (patch) | |
tree | ec8c6f0bead35c28019da5690e11306de0e3671d /doc/man | |
parent | 14d20740bb1c842c1b548dfec752557f5f8f58ab (diff) | |
download | ouroboros-994465e34a732db3bce542ee021674473f32d572.tar.gz ouroboros-994465e34a732db3bce542ee021674473f32d572.zip |
build: Remove raptor IPCP
This removes the raptor IPCP. The code hasn't been updated for a
while, and wouldn't compile. Raptor served its purpose as a PoC for
Ouroboros-over-Ethernet-Layer-1, but giving the extreme niche hardware
needed to run it, it's not worth maintaining this anymore.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/ouroboros.8 | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/doc/man/ouroboros.8 b/doc/man/ouroboros.8 index b0515827..6e051673 100644 --- a/doc/man/ouroboros.8 +++ b/doc/man/ouroboros.8 @@ -99,10 +99,9 @@ In order to enroll an IPC process in a layer, some other member will have to be reachable over a lower layer. IPCPs that wrap a legacy transmission technology are all bootstrapped and thus need not enroll as they work directly over a physical connection. Ouroboros currently -supports IPCPs over shared memory (local), L1 (raptor, experimental), -L2 (eth-llc and eth-dix) and L3 (udp). The unicast and broadcast -layers require connections to be established between IPCP components -for its operation. +supports IPCPs over shared memory (local), L2 (eth-llc and eth-dix) +and L3 (udp). The unicast and broadcast layers require connections to +be established between IPCP components for its operation. \fBConnecting the management components\fR using \fImanagement flows\fR allows management information to be sent between IPCPs so @@ -124,8 +123,6 @@ creates an IPCP process of type \fItype\fR in the system with name .PP \fBlocal\fR - create a loopback IPCP. .PP -\fBraptor\fR - create an IPCP that attaches to a raptor NetFPGA device. -.PP \fBeth-llc\fR - create an IPCP that attaches to Ethernet using LLC frames. .PP \fBeth-dix\fR - create an IPCP that attaches to Ethernet using DIX frames. @@ -162,16 +159,6 @@ Values for [\fIparam\fR] are dependent on \fItype\fR: default: SHA3_256. .RE -\fBraptor\fR -.RS 4 -.PP -[hash \fIpolicy\fR] specifies the hash function used for the directory, -.br -\fIpolicy\fR: SHA3_224, SHA3_256, SHA3_384, SHA3_512. -.br -default: SHA3_256. -.RE - .PP \fBeth-llc\fR .RS 4 |