Bug ID 1714
Summary Should we disable Nagle's algorithm?
Classification LysKOM
Product lyskomd
Version master (unreleased)
Hardware All
OS All
Status NEW
Severity enhancement
Priority P5
Component server
Assignee ceder@lysator.liu.se
Reporter ceder@lysator.liu.se
QA Contact lyskomd-qa@lists.lysator.liu.se

Maybe we should disable Nagle's algorithm in lyskomd?  I think
we do a pretty decent job in buffering the data and sending it
in large chunks, so we should maybe use this:

 int on = 1;
 setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on));


You are receiving this mail because: