Enable dynamic write buffers for client connections

This commit is contained in:
Derek Collison
2016-04-15 17:00:28 -07:00
parent 4f333416bb
commit b3388db53f
9 changed files with 34 additions and 28 deletions

View File

@@ -19,7 +19,7 @@
- [ ] Limit number of subscriptions a client can have, total memory usage etc.
- [ ] Multi-tenant accounts with isolation of subject space
- [ ] Pedantic state
- [ ] Write dynamic socket buffer sizes
- [X] Write dynamic socket buffer sizes
- [X] Read dynamic socket buffer sizes
- [X] Info updates contain other implicit route servers
- [X] Sublist better at high concurrency, cache uses writelock always currently