Skip to content

Humoooor/SRARQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRARQ

Simulate the process of SRARQ

SRARQ 算法模拟

  • Receiver
    • Frame
      • CheckFrame
      • ReceiveFrame
      • SendACK
      • SendNAK
    • ReceiverWindow
      • initWindow
      • isInWindow
      • isFrameExist
      • StoreFrame
      • PurgeFrame
      • ExtractData
  • Sender
    • Frame
      • MakeFrame
      • SendFrame
      • ReceiveACK
    • SenderWindow
      • InitWindow
      • isBetween
      • isInWindow
      • StoreFrame
      • PurgeFrame
      • GetFrame
    • Timer
      • StartTimer
      • StopTimer
      • TimeOut
  • Makefile
  • Debug
    • 1st: Program works correctly
    • 2nd: Add packet loss rate

About

Simulate the process of SRARQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published