Notes on tcp2 protocol

This commit is contained in:
Tony Garnock-Jones 2018-05-06 11:24:28 +01:00
parent 96d24fbb4b
commit 35726f3831
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
;; This would be nicer if it never signalled "open" at all, instead
;; asserting something like `tcp-error` until interest in the
;; connection goes away.
;;
;; TODO: This protocol is overly simplified.
;; a) no flow control
;; b) no facility for separate shutdown of inbound/outbound streams
(provide (struct-out tcp-connection)
(struct-out tcp-accepted)