Changeset a52de0e in mainline


Ignore:
Timestamp:
2011-12-09T23:26:08Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c8c43cae
Parents:
cd79391
Message:

Disable TCP debugging features.

Location:
uspace/srv/net/tl/tcp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/conn.c

    rcd79391 ra52de0e  
    4949#include "ucall.h"
    5050
    51 #define RCV_BUF_SIZE 2/*4096*/
     51#define RCV_BUF_SIZE 4096/*2*/
    5252#define SND_BUF_SIZE 4096
    5353
  • uspace/srv/net/tl/tcp/tcp.c

    rcd79391 ra52de0e  
    397397        printf(NAME ": TCP (Transmission Control Protocol) network module\n");
    398398
    399         rc = log_init(NAME, LVL_DEBUG);
     399        rc = log_init(NAME, LVL_ERROR);
    400400        if (rc != EOK) {
    401401                printf(NAME ": Failed to initialize log.\n");
Note: See TracChangeset for help on using the changeset viewer.