Re: [RFC PATCH v2 1/3] ipv4: Support setting src port in sendmsg().

2024-09-22 Thread ericnetdev dumazet
Le ven. 20 sept. 2024 à 19:03, Tiago Lam a écrit : > > sendmsg() doesn't currently allow users to set the src port from which > egress traffic should be sent from. This is possible if a user wants to > configure the src address from which egress traffic should be sent from > - with the IP_PKTINFO

Re: [RFC PATCH v2 1/3] ipv4: Support setting src port in sendmsg().

2024-09-21 Thread Willem de Bruijn
Tiago Lam wrote: > sendmsg() doesn't currently allow users to set the src port from which > egress traffic should be sent from. This is possible if a user wants to > configure the src address from which egress traffic should be sent from > - with the IP_PKTINFO ancillary message, a user is currentl

[RFC PATCH v2 1/3] ipv4: Support setting src port in sendmsg().

2024-09-20 Thread Tiago Lam
sendmsg() doesn't currently allow users to set the src port from which egress traffic should be sent from. This is possible if a user wants to configure the src address from which egress traffic should be sent from - with the IP_PKTINFO ancillary message, a user is currently able to specify a sou