Mercurial > urweb
comparison src/c/driver.c @ 244:71bafe66dbe1
Laconic -> Ur
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 31 Aug 2008 08:32:18 -0400 |
parents | 2be573fec9a6 |
children | 4d80d6122df1 |
comparison
equal
deleted
inserted
replaced
243:2b9dfaffb008 | 244:71bafe66dbe1 |
---|---|
5 #include <sys/socket.h> | 5 #include <sys/socket.h> |
6 #include <netinet/in.h> | 6 #include <netinet/in.h> |
7 | 7 |
8 #include <pthread.h> | 8 #include <pthread.h> |
9 | 9 |
10 #include "lacweb.h" | 10 #include "urweb.h" |
11 | 11 |
12 int lw_port = 8080; | 12 int lw_port = 8080; |
13 int lw_backlog = 10; | 13 int lw_backlog = 10; |
14 int lw_bufsize = 1024; | 14 int lw_bufsize = 1024; |
15 | 15 |