This commit is contained in:
Carl-Benedikt Krüger 2011-06-27 12:59:17 +02:00
parent be6ed47b85
commit 3c961788a2
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ static int active = 0;
/* decide wheter it's uses locking or not
*/
static int disable_locking = 0;
static int disable_locking = 1;
/* IP address of the local core and the router core to get packets forwarded
*/

View file

@ -234,7 +234,7 @@ void* client_task(void* e)
return;
}
kprintf("connecting");
kprintf("connecting with socket nr : %d",sd);
/* connect to PORT on HOST */
retry:
if (connect(sd,(struct sockaddr *) &pin, sizeof(pin)) == -1) {