add concept of framing to net.tcp

This commit is contained in:
Joel Wetzell
2025-11-18 21:02:48 -06:00
parent 9ad60c8193
commit 86966132ca
5 changed files with 112 additions and 10 deletions

View File

@@ -3,7 +3,8 @@
{
"type": "net.tcp.server",
"params": {
"port": 8000
"port": 8000,
"framing": "LF"
}
}
]