Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for asked (0.12 sec)

  1. doc/godebug.md

    respectively.
    This behavior was backported to Go 1.19.8+ and Go 1.20.3+.
    
    Go 1.21 adds the support of Multipath TCP but it is only used if the application
    explicitly asked for it. This behavior can be controlled by the
    [`multipathtcp` setting](/pkg/net#Dialer.SetMultipathTCP).
    
    There is no plan to remove any of these settings.
    
    ### Go 1.20
    
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  2. api/go1.18.txt

    pkg net/netip, method (Prefix) IsValid() bool
    pkg net/netip, method (Prefix) MarshalBinary() ([]uint8, error)
    pkg net/netip, method (Prefix) MarshalText() ([]uint8, error)
    pkg net/netip, method (Prefix) Masked() Prefix
    pkg net/netip, method (Prefix) Overlaps(Prefix) bool
    pkg net/netip, method (Prefix) String() string
    pkg net/netip, type Addr struct
    pkg net/netip, type AddrPort struct
    pkg net/netip, type Prefix struct
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 13K bytes
    - Viewed (0)
Back to top