Changeset a52de0e in mainline
- Timestamp:
- 2011-12-09T23:26:08Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c8c43cae
- Parents:
- cd79391
- Location:
- uspace/srv/net/tl/tcp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/conn.c
rcd79391 ra52de0e 49 49 #include "ucall.h" 50 50 51 #define RCV_BUF_SIZE 2/*4096*/51 #define RCV_BUF_SIZE 4096/*2*/ 52 52 #define SND_BUF_SIZE 4096 53 53 -
uspace/srv/net/tl/tcp/tcp.c
rcd79391 ra52de0e 397 397 printf(NAME ": TCP (Transmission Control Protocol) network module\n"); 398 398 399 rc = log_init(NAME, LVL_ DEBUG);399 rc = log_init(NAME, LVL_ERROR); 400 400 if (rc != EOK) { 401 401 printf(NAME ": Failed to initialize log.\n");
Note:
See TracChangeset
for help on using the changeset viewer.