CS244 ’16: TCP Fast Open


Radhakrishnan et. al propose a new scheme (Fast Open) that allows clients to send data with their first packet (SYN) to the server. Their goal is to describe a scheme that allows for data to be sent from server to client in the first round trip without introducing significant vulnerabilities to denial-of-service attacks.

Read Article →