Re: [PATCHv3 net-next 16/16] sctp: enable udp tunneling socks

2020-10-19 Thread Xin Long
On Fri, Oct 16, 2020 at 3:08 PM Xin Long wrote: > > On Fri, Oct 16, 2020 at 1:42 AM Marcelo Ricardo Leitner > wrote: > > > > Actually.. > > > > On Tue, Oct 13, 2020 at 03:27:41PM +0800, Xin Long wrote: > > ... > > > Also add sysctl udp_port to allow changing the listening > > > sock's port by use

Re: [PATCHv3 net-next 16/16] sctp: enable udp tunneling socks

2020-10-16 Thread Xin Long
On Fri, Oct 16, 2020 at 1:42 AM Marcelo Ricardo Leitner wrote: > > Actually.. > > On Tue, Oct 13, 2020 at 03:27:41PM +0800, Xin Long wrote: > ... > > Also add sysctl udp_port to allow changing the listening > > sock's port by users. > ... > > --- > > net/sctp/protocol.c | 5 + > > net/sctp/s

Re: [PATCHv3 net-next 16/16] sctp: enable udp tunneling socks

2020-10-15 Thread Michael Tuexen
> On 15. Oct 2020, at 23:23, David Laight wrote: > > From: Marcelo Ricardo Leitner >> Sent: 15 October 2020 18:43 >> >> Actually.. >> >> On Tue, Oct 13, 2020 at 03:27:41PM +0800, Xin Long wrote: >> ... >>> Also add sysctl udp_port to allow changing the listening >>> sock's port by users. > > I

RE: [PATCHv3 net-next 16/16] sctp: enable udp tunneling socks

2020-10-15 Thread David Laight
From: Marcelo Ricardo Leitner > Sent: 15 October 2020 18:43 > > Actually.. > > On Tue, Oct 13, 2020 at 03:27:41PM +0800, Xin Long wrote: > ... > > Also add sysctl udp_port to allow changing the listening > > sock's port by users. I've not read through this change... But surely the UDP port (or

Re: [PATCHv3 net-next 16/16] sctp: enable udp tunneling socks

2020-10-15 Thread Marcelo Ricardo Leitner
Actually.. On Tue, Oct 13, 2020 at 03:27:41PM +0800, Xin Long wrote: ... > Also add sysctl udp_port to allow changing the listening > sock's port by users. ... > --- > net/sctp/protocol.c | 5 + > net/sctp/sysctl.c | 50 ++ > 2 files changed,