local-port.d 439 B

1234567891011
  1. Long: local-port
  2. Arg: <num/range>
  3. Help: Force use of RANGE for local port numbers
  4. Added: 7.15.2
  5. Category: connection
  6. Example: --local-port 1000-3000 $URL
  7. ---
  8. Set a preferred single number or range (FROM-TO) of local port numbers to use
  9. for the connection(s). Note that port numbers by nature are a scarce resource
  10. that will be busy at times so setting this range to something too narrow might
  11. cause unnecessary connection setup failures.