diff options
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,8 @@ int main(int argc, char *argv[]) usleep(1000); + // sleep(1); + struct Hello hello; hello.commandType = 0; // convert updPort to an int |