Changes between Version 8 and Version 9 of SocketRework


Ignore:
Timestamp:
06/21/12 10:26:04 (12 years ago)
Author:
plaisthos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SocketRework

    v8 v9  
    2626    * if --bind is specified, only bind the socket family that is currently connected, e.g. do not bind/listen on a IPv6 udp local socket if connecting to IPv4 socket.
    2727
    28 
    2928  * Listening on multiple sockets is needed for dual stack anyway. So simultaneous udp/tcp is possible too:
    3029    * <listen> like <connection> but uses all <listen> blocks at the same time
    31  
     30
     31  * allow sockets to be created by plugins.
     32    * Remove http-proxy and socks proxy from main code path
     33   * add http-proxy plugin and socks proxy plugins