]> git.meshlink.io Git - utcp/blobdiff - UTCP
Do port numbers properly.
[utcp] / UTCP
diff --git a/UTCP b/UTCP
index 02496cc8d2e7638d77dfb45ae733b14410bda865..f7b66ba24a2993adf04eb5f2bc989b0be2ae532f 100644 (file)
--- a/UTCP
+++ b/UTCP
@@ -15,11 +15,9 @@ DIFFERENCES FROM RFC 793:
 * No checksum. UTCP requires the application to handle packet integrity.
 * 32-bit window size. Big window sizes are the default.
 * No ECN, PSH, URG
-* Ports are a bit strange (for now).
 
 TODO v1.0:
 
-* Do ports the same way as real TCP?
 * Implement send buffer
 * Window scaling
 * Handle retransmission