CVSROOT: /cvs
Module name: xenocara
Changes by: [email protected] 2016/02/02 11:42:22
Modified files:
dist/libxcb/src: xcb_util.c
Log 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@