Project

General

Profile

« Previous | Next » 

Revision bf8b44f7

Added by Ewoud Kohl van Wijngaarden 12 days ago

Fixes #37413 - Let the kernel assign a TCP port in tests

This binds on port 0, which lets the kernel decide which port to use.
The port is then read back from the listener. Because the kernel knows
which ports it's allowed to bind to, it removes the risk of a failure
due to collisions or policies.

  • added
  • modified
  • copied
  • renamed
  • deleted