Changeset ae481e0 in mainline for uspace/app/websrv/websrv.c
- Timestamp:
- 2011-12-29T14:47:00Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2943db4
- Parents:
- 827ec41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/websrv/websrv.c
r827ec41 rae481e0 49 49 50 50 #define PORT_NUMBER 8080 51 #define BACKLOG_SIZE 3 51 52 52 53 #define WEB_ROOT "/data/web" … … 275 276 } 276 277 277 rc = listen(listen_sd, 1);278 rc = listen(listen_sd, BACKLOG_SIZE); 278 279 if (rc != EOK) { 279 280 printf("Error calling listen() (%d).\n", rc);
Note:
See TracChangeset
for help on using the changeset viewer.