Ignore:
Timestamp:
06/16/12 20:00:37 (12 years ago)
Author:
atzm
Message:
  • improve performance
File:
1 edited

Legend:

Unmodified
Added
Removed
  • etherws/trunk/README.rst

    r160 r162  
    4646  # ifconfig br0 up 
    4747 
    48 If connection through the tunnel is unstable, then you may fix it 
    49 by changing VM's MTU to under 1500, e.g.:: 
     48Additionally, you may improve performance by increasing MTU. 
     49For example, 
    5050 
    51   # ifconfig eth0 mtu 1400 
     51on each hypervisor:: 
     52 
     53 # ifconfig vnet0 mtu 16436 
     54 # ifconfig ethws0 mtu 16436 
     55 
     56on each VM:: 
     57 
     58 # ifconfig eth0 mtu 16436 
    5259 
    5360Using SSL/TLS 
     
    124131History 
    125132======= 
     1330.6 (2012-06-16 JST) 
     134  - improve performance 
     135 
    1261360.5 (2012-05-20 JST) 
    127137  - added passwd option to client mode 
Note: See TracChangeset for help on using the changeset viewer.