design: Make Transports section clearer
This commit is contained in:
parent
044a1a6119
commit
b6d6b1d777
@ -114,10 +114,10 @@ to the nearest whole octet. Items should be of the same type but do not need to
|
||||
be of the same size.
|
||||
|
||||
## Transports
|
||||
A transport is something that can host a connection. HOPP currently supports the
|
||||
QUIC transport protocol for communicating between machines, and UNIX domain
|
||||
sockets for quicker communication among applications on the same machine. Both
|
||||
protocols are supported through METADAPT.
|
||||
A transport is a protocol that HOPP connections can run on top of. HOPP
|
||||
currently supports the QUIC transport protocol for communicating between
|
||||
machines, and UNIX domain sockets for quicker communication among applications
|
||||
on the same machine. Both protocols are supported through METADAPT.
|
||||
|
||||
## Message and Transaction Demarcation Protocol (METADAPT)
|
||||
The Message and Transaction Demarcation Protocol is used to break one or more
|
||||
|
Loading…
Reference in New Issue
Block a user