Projects

TCP over UDP

CNetwork ProgrammingSockets

Partial TCP implementation over UDP demonstrating reliable data transfer and packet sequencing.

  • Message chunking with sequence numbers and ordered reconstruction
  • ACK-based retransmission with 100ms timeout for lost packet recovery
  • Non-blocking socket design for efficient communication