mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
survive reboot
This commit is contained in:
parent
5709b96a4d
commit
899eae05f0
2 changed files with 15 additions and 3 deletions
|
|
@ -135,6 +135,7 @@ static void server_cb(struct uloop_fd *fd, unsigned int events) {
|
|||
}
|
||||
|
||||
int run_server(int port) {
|
||||
printf("Adding socket!\n");
|
||||
char port_str[12];
|
||||
sprintf(port_str, "%d", port);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue