37 #include "contiki-net.h"
39 #ifndef WEBSERVER_CONF_CFS_PATHLEN
40 #define HTTPD_PATHLEN 80
42 #define HTTPD_PATHLEN WEBSERVER_CONF_CFS_PATHLEN
47 struct psock sin, sout;
49 char inputbuf[HTTPD_PATHLEN + 30];
51 char filename[HTTPD_PATHLEN];
58 void httpd_init(
void);
59 void httpd_appcall(
void *state);
The representation of a protosocket.
#define UIP_TCP_MSS
The TCP maximum segment size.