... | ... | @@ -5,7 +5,7 @@ avon wondered whether Bramble supports multiplexing: |
|
|
> If anyone knows any resources on multiplexing packets over multiple transport layers I'm looking for some resources on that. Does the bramble layer do something similar?
|
|
|
|
|
|
akwizgran explained:
|
|
|
b> ramble doesn't multiplex packets. the abstraction btp uses is streams, where a simplex transport has one stream (incoming or outgoing) and a duplex transport has two (incoming and outgoing)
|
|
|
> bramble doesn't multiplex packets. the abstraction btp uses is streams, where a simplex transport has one stream (incoming or outgoing) and a duplex transport has two (incoming and outgoing)
|
|
|
>
|
|
|
> the abstraction bsp uses is records (offer/request/message/ack), which are written to/read from streams
|
|
|
>
|
... | ... | |