Add support for dynamically regenerated web-pages. Limit to 1 concurrent TCP connection for now.

This commit is contained in:
logicog
2025-08-06 11:24:36 +02:00
parent 3841eea919
commit fff09a0521
5 changed files with 153 additions and 30 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
allocated together with each TCP connection. One application state
for each TCP connection. */
typedef struct httpd_state {
char transmitted;
uint8_t tstate;
} uip_tcp_appstate_t;
/* Finally we define the application function to be called by uIP. */