https://issues.apache.org/bugzilla/show_bug.cgi?id=50116
William A. Rowe Jr. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Apache segments packets |Apache fragments packets |unncessarily |unnecessarily --- Comment #2 from William A. Rowe Jr. <[email protected]> 2010-10-24 20:23:15 EDT --- I suspect this may be a platform side effect of the writev()/sendv() family of instructions, combined with the specific tcp drivers in place. These optimized instructions require the socket stack to cooperate. Applications which don't use these vector-based multiple data streams to coalesce data into a stream would not show any evidence that things are odd at the socket stack. This is worth further investigation, but you need to indicate the specific OS and especially the actual tcp/ip network drivers in use, thanks! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
