Changes between Version 31 and Version 32 of MunichHackathon2013


Ignore:
Timestamp:
11/16/13 15:25:32 (10 years ago)
Author:
Gert Döring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MunichHackathon2013

    v31 v32  
    153153   * same for TCP
    154154   * plaisthos will rework patches and re-send to list
     155   * for the server side and "proto udp" (no AF specified)
     156       * without --bind, we bind to "AF_INET6" and "INADDR_ANY" (and use setsockopt() to enable a dual-stack socket <- code needs to be written)
     157       * **with** --bind, if the hostname resolves to a single IPv4/IPv6 address, we use that.  If it resolves to multiple addresses, we fail with a clear error message "we can not handle that, specify a single address"
     158   * for the record: on windows: use setsockopt() IPV6_ONLY = 0
    155159
    156160* window elevated privileges patch (manifest patch from pekster)