print some welcome message on client side

This commit is contained in:
Michael Krayer 2023-10-12 10:26:35 +02:00
parent ec4b1eb4f4
commit 1a6eb289e8
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ static int client_mainloop(void) {
.len = sizeof(pkt.u.i),
};
client_send_packet(&pkt);
printf("Welcome\r\n");
while (server.running) {
fd_set fds;