Skip to content

Commit

Permalink
Passing local full test - added flush
Browse files Browse the repository at this point in the history
  • Loading branch information
traptibalgi authored and traptibalgi committed Oct 5, 2024
1 parent f1e4508 commit d617574
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 141 deletions.
Binary file modified server/aesdsocket
Binary file not shown.
1 change: 1 addition & 0 deletions server/aesdsocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ int main ( int argc, char **argv )
printf("Received %s\n", buf);

fprintf(file, "%s", buf);
fflush(file);

/* Send back to client */
rewind(file);
Expand Down
Loading

0 comments on commit d617574

Please sign in to comment.