Author :
kettenis
Date :
2016-02-02 18:42:22
Hash :78eb73e4 Message :Make sure the socket send buffer is at least 64KB. This reduces the number of
writev(2) system calls made for largish requests. A similar change was made
to the libxtrans code a while ago. This should speed up applications that
send images to the X server, like Firefox. The seedupmight not be noticable
though. But it reduces the noice in ktrace logs.
ok matthieu@