Skip to the content.

Home / cs-notes / Network / Protocol / TCP / connect

@startuml

actor Client as c
boundary Server as s

c -> s: SYN
s -> c: SYN/ACK
c -> s: ACK

@enduml