Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 386 Bytes

File metadata and controls

8 lines (7 loc) · 386 Bytes

csci356-p3-template

Experiments with reliable transport over UDP

  • datasource.py - Python code to generate example data packets.
  • client_saw.py - A bare-bones stop-and-wait protocol client.
  • server.py - A server that receives and ACKs packets.
  • datasink.py - Python code to consume and analyze arriving packets.
  • trace.py - Python code to log packet times and sequence numbers.