Skip to content

Commit b3d84e8

Browse files
committed
Updated network update
* added a section on server-side reordering * fixed slug
1 parent c4d1a62 commit b3d84e8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

blog/2025-11-25-network.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Network Team Update
3-
slug: 2025-10-24-network
3+
slug: 2025-11-25-network
44
authors: [coot, crocodile-dentist]
55
tags: [network]
66
hide_table_of_contents: false
@@ -45,6 +45,8 @@ option is no longer needed in the configuration of `dmq-node`, see [#5244].
4545

4646
### Ouroboros Leios development
4747

48+
#### Leios Demo
49+
4850
We have contributed improvements to consensus team's Leios demo, which includes minimal
4951
prototypes of a few miniprotocols and a simple network emulation layer for exchanging data
5052
between a leios server and patched cardano nodes. Our updates addressed unrealistic results obtained
@@ -56,6 +58,13 @@ greatly expanded traffic requirements, while maintaining the base Praos protocol
5658
More details about this were provided at the recent November Leios demo presentation, and further work
5759
will continue along these lines.
5860

61+
#### Server-side re-ordering for a request-response mini-protocol
62+
63+
It is a requirement of Leios to support Frishest-First delivery. For that
64+
purpose we started to work on a prototype implementationof a request-response
65+
mini-protocol which allows for server side re-ordering while maintaining
66+
`typed-protocols` safety guarantees of deadlock & live-lock freedom.
67+
5968
### Peer Selection Improvements
6069

6170
Refined peer selection for local root peers behind firewalls: instead of

0 commit comments

Comments
 (0)