quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

local-port.md (554B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: local-port
      5 Arg: <range>
      6 Help: Use a local port number within RANGE
      7 Added: 7.15.2
      8 Category: connection
      9 Multi: single
     10 See-also:
     11   - globoff
     12 Example:
     13   - --local-port 1000-3000 $URL
     14 ---
     15 
     16 # `--local-port`
     17 
     18 Set a preferred single number or range (FROM-TO) of local port numbers to use
     19 for the connection(s). Note that port numbers by nature are a scarce resource
     20 so setting this range to something too narrow might cause unnecessary
     21 connection setup failures.