examples/gnrc_networking: address output according to RFC 3986 and 5952
This commit is contained in:
parent
4b6626f8b2
commit
ea3d4310d0
@ -81,7 +81,7 @@ static void send(char *addr_str, char *port_str, char *data, unsigned int num,
|
|||||||
gnrc_pktbuf_release(ip);
|
gnrc_pktbuf_release(ip);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
printf("Success: send %u byte to %s:%u\n", (unsigned)payload->size,
|
printf("Success: send %u byte to [%s]:%u\n", (unsigned)payload->size,
|
||||||
addr_str, tmp);
|
addr_str, tmp);
|
||||||
vtimer_usleep(delay);
|
vtimer_usleep(delay);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user