added LRU and fixed bug in dequeueN

This commit is contained in:
elvis
2022-05-19 21:32:44 +02:00
parent 27be55993c
commit 4283d5450e
7 changed files with 209 additions and 28 deletions

View File

@ -154,7 +154,6 @@ test3: all
@echo "backlog = 100" >> $(BUILD_DIR)/config.ini
$(BUILD_DIR)/server $(BUILD_DIR)/config.ini &
bash scripts/test3.sh &
@echo ""
@echo "waiting for 30 seconds"
@sleep 30
pkill --signal SIGINT -f $(BUILD_DIR)/server