资 源 简 介
Our own reliable network protocol: VSP (Very Sketchy Protocol or Very Simple Protocol)
This is our first foray into writing a reliable networking protocol that will run on top of UDP.
VSP (Very Sketchy Protocol) Design Description
Members: Robert Kim, Kevin Leong, Jason Shar
Language: POSIX C
Description: The VSP Protocol is a reliable protocol that runs on top of UDP.
FEATURES
Two separate executables (sender and receiver) to transfer files between
Segment timeout timer of specified time (assume dropped segment and retransmits after specified time)
Segments of maximum size 1400 Bytes.
SEQ numbers
TCB - Transport Control Block
Buffer exists at both sender (unacknowledged segments) and receiver (out of order segments)
Rename saved files with "r" at beginning to discriminate new from original fil