Changes between Version 3 and Version 4 of SocketRework


Ignore:
Timestamp:
06/20/12 14:24:05 (12 years ago)
Author:
plaisthos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SocketRework

    v3 v4  
    1010     * tcp-client resolve all adresses, iterate through them in the returned order
    1111 
    12    * Behaviour of udp clients, now it is simply only socket is open for both peers, in dual stack this assumption breaks
     12   * Behaviour of udp sockets if  --mode client/server is specified
     13     * Same behavior as tcp-server/client
     14
     15   * Behaviour of p2p udp peers without --mode client/server , now it is simply only socket is open for both peers, in dual stack this assumption breaks
    1316     * 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
    1417     * Both peer bind on all sockets but iterate through the socket when trying to connect
     18
     19
    1520
    1621  * behaviour of bind/remote if they different in the returned protocols