...
This commit is contained in:
parent
be6ed47b85
commit
3c961788a2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue