Use multiple concurrent TCP connections

This uses multiple concurrent TCP connections by making the state
of the connection including the output buffer a part of the application
data. This leads to the buffer, to be sent length of data and the already
sent data to be part of that state and must be handed over to functions
that generate data. At this point this leads to an overuse of OSEG and DSEG
memory space so further work needs to be done on tuning the code.
Putting it into a branch for now.
This commit is contained in:
logicog
2025-08-06 17:00:14 +02:00
parent fff09a0521
commit 984831620c
6 changed files with 92 additions and 98 deletions
-1
View File
@@ -18,7 +18,6 @@ html_data.c html_data.h: html tools
tools/fileadder -a -s -b BANK1 -d html -p html_data
httpd: html_data.h
$(MAKE) -C $@
$(SUBDIRS):
$(MAKE) -C $@