1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-22 02:22:57 +00:00

Fixed option sourceport with UDP6-DATAGRAM

This commit is contained in:
Gerhard Rieger 2023-11-06 21:22:49 +01:00
parent f61a95585b
commit c00262b42d
2 changed files with 15 additions and 1 deletions

View file

@ -204,6 +204,8 @@ Corrections:
Thanks to Hiroshi Sakurai for reporting the problem and suggesting this
solution.
Fixed option sourceport with UDP6-DATAGRAM.
Coding:
Introduced groups_t instead of uint32_t, for more flexibility.