Skip to content
Snippets Groups Projects
Commit da153ad3 authored by cyan's avatar cyan
Browse files

* Basic implementation of send queues (sendq) so that if a socket has a problem

  in sending something to the client, then it queues it within the IRCd to be
  sent later.  All messages are sent sequentially.
TODO:
- Disconnect the user if the sendq/recvq exceeds what's defined in the Y:Line.
- Receive queues (recvq) and implementation of the IRC 2 second throttle.
parent 4d63cd4c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment