Changes between Version 7 and Version 8 of SocketRework


Ignore:
Timestamp:
06/20/12 14:57:47 (12 years ago)
Author:
plaisthos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SocketRework

    v7 v8  
    1616     * ~~introduce udp-server and udp-client. Let udp-server bind/listen on all socket and udp-client only on the one currently trying to connect~~
    1717     * Both peer bind on all sockets but iterate through the socket when trying to connect
    18      * alternatively: explicit binding on a single IPv4 or IPv6 address for each side is needed, no failover to the other protocol family ("he who uses p2p mode knows what works")
    19 
    20 
     18     * alternatively: explicit binding on a single IPv4 or IPv6 address for each side is needed, no failover to the other protocol family ("he who uses p2p mode knows what works")
    2119
    2220  * behaviour of bind/remote if they different in the returned protocols
     
    2422    * bind only IPv4 and remote IPv6, exit with error
    2523
     24  * Bind mode with --mode client
     25    * Default to --nobind
     26    * 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.
     27
     28
    2629  * Listening on multiple sockets is needed for dual stack anyway. So simultaneous udp/tcp is possible too:
    2730    * <listen> like <connection> but uses all <listen> blocks at the same time