mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
parent
be63ed4e64
commit
f8cdae3f29
7 changed files with 13 additions and 5 deletions
|
|
@ -30,7 +30,7 @@ int add_tcp_connection(char *ipv4, int port);
|
|||
* @param port
|
||||
* @return
|
||||
*/
|
||||
int run_server(int port);
|
||||
int run_server(char *ipv4, int port);
|
||||
|
||||
/**
|
||||
* Send message via tcp to all other hosts.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue