Skip to content

Stage 4: UDP with Multi-threading

Recap

  • In the previous stage, we modified our TCP server code to handle multiple clients simultaneously using epoll

Learning Objectives

  • We will implement a UDP server with multi-threading to handle multiple clients

PRE-REQUISITE READING

Introduction

Conclusion