local-port.d 457 B

123456789101112
  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. See-also: globoff
  8. ---
  9. Set a preferred single number or range (FROM-TO) of local port numbers to use
  10. for the connection(s). Note that port numbers by nature are a scarce resource
  11. that will be busy at times so setting this range to something too narrow might
  12. cause unnecessary connection setup failures.