Changes between Version 1 and Version 2 of SocketRework


Ignore:
Timestamp:
06/20/12 14:13:26 (12 years ago)
Author:
plaisthos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SocketRework

    v1 v2  
    44
    55  * Meaning of udp, udp6. At the moment  udp forces AF_INET and udp6 AF_INET6. If no udp/tcp is specified the client will guess ipv4/ipv6 and stick to that guess
    6     * Change udp to AF_INET/AF_INET6, add udp4
     6    * Remove udp6, add --ipv4 and --ipv6 options to force a protocol
    77 
    88  * tcp design is straightfoward
    99     * tcp-server resolves address with AI_PASSIVE, bind to all returned results
    1010     * tcp-client resolve all adresses, iterate through them in the returned order
    11      * as for udp, introduce tcp4
    1211 
    1312   * Behaviour of udp p2p clients, now it is simply only socket is open for both peers, in dual stack this assumption breaks