mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
Fix networksocket
This commit is contained in:
parent
e1f63dc3c1
commit
9a3cd970f7
1 changed files with 1 additions and 3 deletions
|
@ -28,10 +28,8 @@ char recv_string[MAX_RECV_STRING + 1];
|
|||
int recv_string_len;
|
||||
void *receive_msg(void *args);
|
||||
|
||||
int init_socket_runopts(char *_ip, char *_port) {
|
||||
int init_socket_runopts(char *_ip, char *_port, int broacst_socket) {
|
||||
|
||||
printf("HALLOOO\n");
|
||||
|
||||
port = atoi(_port);
|
||||
ip = _ip;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue