From 67bbc7fb62d04943957a55f880e58466c1e20d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Pr=C3=BCfer?= Date: Wed, 19 Aug 2026 09:15:37 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ec1f57..d800d1c 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,12 @@ architectural framework: **NLAP**. # 3. What is NLAP? What problems does NLAP solve? -NLAP (Next Level Application Protocol) is a deterministic, transaction-oriented transport -framework that formally resolves long-standing architectural omissions in Layer 5 (Session) -and Layer 6 (Presentation) of the OSI model over standard TCP. Originally conceptualized by -IETF engineers as an in-kernel transactional framed protocol, NLAP realizes this design paradigm -in user space while maintaining full compatibility with standard `TCP_STREAM` sockets. +NLAP (Next Level Application Protocol) is a deterministic, transaction-oriented +transport framework that formally resolves long-standing architectural omissions +in Layer 5 (Session) and Layer 6 (Presentation) of the OSI model. Originally +conceptualized by IETF engineers as an in-kernel transactional framed protocol, +NLAP realizes this design paradigm in user space, utilizing standard `SOCK_STREAM` +sockets as a foundational base protocol. By replacing traditional, continuous stream-based processing with discrete, strictly validated XML message frames, NLAP achieves exceptional throughput, structural security, and minimal