Author: Bleep <helveytw@home.com>
[ircu2.10.12-pk.git] / ircd / s_bsd.c
index f5c8aebe167dbb6d4670d49b673f6bb1a21ed0d0..64a251f8ca87e2a18409bfca7aa8eb64857a1588 100644 (file)
@@ -345,6 +345,10 @@ unsigned int deliver_it(struct Client *cptr, const char *str, unsigned int len)
       me.sendK += (me.sendB >> 10);
       me.sendB &= 0x03ff;
     }
+    /*
+     * XXX - hrmm.. set blocked here? the socket didn't
+     * say it was blocked
+     */
     if (bytes_written < len)
       cptr->flags |= FLAGS_BLOCKED;
     break;