summaryrefslogtreecommitdiffstats
path: root/server/red_tunnel_worker.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-07 12:20:47 +0200
committerAlon Levy <alevy@redhat.com>2011-02-07 19:22:44 +0200
commit26dda37c27b87b63d2603b0e9279334ce870b142 (patch)
tree0ea9197857e6b9d4d50ac0620c223f62bb1a3525 /server/red_tunnel_worker.c
parentb4c3b8a58625503c4d9e2dc32e79909bc1144984 (diff)
downloadspice-26dda37c27b87b63d2603b0e9279334ce870b142.tar.gz
spice-26dda37c27b87b63d2603b0e9279334ce870b142.tar.xz
spice-26dda37c27b87b63d2603b0e9279334ce870b142.zip
server/red_channel: make MAX_SEND_VEC 100
MAX_SEND_VEC was 100 for DisplayChannel's RedChannel implementation which is being replaced with RedChannel in red_channel. So changing from 50 to 100 in red_channel (make this configurble?) - effectively increased memory usage by: (100-50)*sizeof(iovec)*(num_of_channels-2) ==(arch 64bit) 50*16*6 ~ 5k Not terrible.
Diffstat (limited to 'server/red_tunnel_worker.c')
0 files changed, 0 insertions, 0 deletions