Changes between Initial Version and Version 1 of Ticket #53546, comment 2


Ignore:
Timestamp:
May 10, 2017, 6:15:54 AM (7 years ago)
Author:
l2dy (Zero King)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53546, comment 2

    initial v1  
    11MacPorts could not magically pick the right stack so I have to manually specify that.
    22
    3 The situation is rather complicated. In my school, IPv6 is not metered while IPv4 is, so I'd prefer download only using IPv6 (use `-6`). However, only wired connection has IPv6 Internet access, the school Wi-Fi gives me an IPv6 address and gateway but has no IPv6 connectivity (use `-4`).
     3In my school, IPv6 is not metered while IPv4 is, so I'd prefer download only using IPv6 (use `-6`). However, only wired connection has IPv6 Internet access, the school Wi-Fi gives me an IPv6 address and gateway but has no IPv6 connectivity (use `-4`).
    44
    55My proposal is to add the two global options to port(1) so I could pick the right stack manually. The expected behavior is the same as curl's.
     6
     7An alternative is to implement the flags as prefering one over another, same as rsync's flags.