diff options
author | sotech117 <michael_foiani@brown.edu> | 2023-09-21 08:03:14 +0000 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2023-09-21 08:03:14 +0000 |
commit | ebac9a74847dfbffa85e0fb2c184abfeb4aea06f (patch) | |
tree | 0dd0b2537a3606c5e369d612275f60ace278624e /client.c | |
parent | 9ba49f755e152d0996a43e8da7d146b8d2069051 (diff) |
death with handshake first
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 |