This commit is contained in:
Carl-Benedikt Krüger 2011-08-03 14:03:06 +02:00
parent 8c666c22e1
commit 9fd0cbd57c

View file

@ -154,7 +154,7 @@ void srv_on_conn(ServerEventArgs* e)
{
int i = 0, err = 0;
int tmp1,tmp2;
char buff[32];
char buff[1024];
kprintf("someone finally connected\n");
shelldebugprint("someone finally connected\n");
@ -206,7 +206,7 @@ void* server_task(void* e)
int n;
uint64_t tmp1,tmp2;
int err;
t
/* First call to socket() function */
sockfd = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
if (sockfd < 0)