aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tcp_subr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tcp_subr.c b/src/tcp_subr.c
index 177dfd2..7832b14 100644
--- a/src/tcp_subr.c
+++ b/src/tcp_subr.c
@@ -575,6 +575,9 @@ uint8_t tcp_tos(struct socket *so)
* more checks are needed here
*
* XXX Assumes the whole command came in one packet
+ * XXX If there is more than one command in the packet, the others may
+ * be truncated.
+ * XXX If the command is too long, it may be truncated.
*
* XXX Some ftp clients will have their TOS set to
* LOWDELAY and so Nagel will kick in. Because of this,