1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-20 09:52:56 +00:00

Client addresses with option fork now apply option max-children

This commit is contained in:
Gerhard Rieger 2023-11-06 21:23:11 +01:00
parent c00262b42d
commit e610b14470
3 changed files with 23 additions and 1 deletions

View file

@ -206,6 +206,10 @@ Corrections:
Fixed option sourceport with UDP6-DATAGRAM.
Some client addresses (e.g. TCP-CONNECT) take the fork option for
automatically spawning new connections, however the max-children option
was not applied.
Coding:
Introduced groups_t instead of uint32_t, for more flexibility.