handle some special cases (disconnect during some moments) and fix "bind adress already in use" error

This commit is contained in:
2025-03-18 14:11:37 +01:00
parent 0103c22882
commit 8f60baded0
9 changed files with 62 additions and 24 deletions

View File

@ -125,6 +125,7 @@ else
@$(RM) $(OBJS_DIR)
endif
re: fclean $(NAME)
re: fclean
$(MAKE) all -j$(shell nproc)
.PHONY: all clean fclean re windows linux