Skip to content

Mega-simplified tcp-over-udp-on-localhost-without-streams. Lab3 of 1st semester of networks in FIT NSU

Notifications You must be signed in to change notification settings

ultimatehikari-networks/SimpleTCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Simple TCP

simple model of TCP-over-UDP with:

  • ack/seq numbers per packets
  • some handshakes
  • timers
  • potentially full-duplex (not on this testbed)
  • packets numbers instead of TCP's bytestream
  • funky one-byte flags because bit flags are not the goal
  • and brightest threads ideas /s

TODO: lost ack in FIN handshake can leave timer working, need to figure out

About

Mega-simplified tcp-over-udp-on-localhost-without-streams. Lab3 of 1st semester of networks in FIT NSU

Resources

Stars

Watchers

Forks

Languages