design: Make Transports section clearer

This commit is contained in:
Sasha Koshka 2025-01-19 19:27:34 -05:00
parent 044a1a6119
commit b6d6b1d777

View File

@ -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. be of the same size.
## Transports ## Transports
A transport is something that can host a connection. HOPP currently supports the A transport is a protocol that HOPP connections can run on top of. HOPP
QUIC transport protocol for communicating between machines, and UNIX domain currently supports the QUIC transport protocol for communicating between
sockets for quicker communication among applications on the same machine. Both machines, and UNIX domain sockets for quicker communication among applications
protocols are supported through METADAPT. on the same machine. Both protocols are supported through METADAPT.
## Message and Transaction Demarcation Protocol (METADAPT) ## Message and Transaction Demarcation Protocol (METADAPT)
The Message and Transaction Demarcation Protocol is used to break one or more The Message and Transaction Demarcation Protocol is used to break one or more