Re: [PATCH v5] net: tftp: Add client support for RFC 7440

2021-02-17 Thread Oliver Graute
On 17/02/21, Oliver Graute wrote: > On 18/07/20, Ramon Fried wrote: > > Add support for RFC 7440: "TFTP Windowsize Option". > > > > This optional feature allows the client and server > > to negotiate a window size of consecutive blocks to send as an > > alternative for replacing the single-block l

Re: [PATCH v5] net: tftp: Add client support for RFC 7440

2021-02-17 Thread Oliver Graute
On 18/07/20, Ramon Fried wrote: > Add support for RFC 7440: "TFTP Windowsize Option". > > This optional feature allows the client and server > to negotiate a window size of consecutive blocks to send as an > alternative for replacing the single-block lockstep schema. > > windowsize can be defined

Re: [PATCH v5] net: tftp: Add client support for RFC 7440

2021-02-03 Thread Ramon Fried
On Wed, Feb 3, 2021 at 12:23 AM Suneel Garapati wrote: > > On Tue, Feb 2, 2021 at 11:46 AM Ramon Fried wrote: > > > > On Tue, Feb 2, 2021 at 6:02 PM Suneel Garapati > > wrote: > > > > > > On Mon, Feb 1, 2021 at 2:27 PM Ramon Fried wrote: > > > > > > > > On Sat, Jan 30, 2021 at 11:26 PM Ramon F

Re: [PATCH v5] net: tftp: Add client support for RFC 7440

2021-02-02 Thread Suneel Garapati
On Tue, Feb 2, 2021 at 11:46 AM Ramon Fried wrote: > > On Tue, Feb 2, 2021 at 6:02 PM Suneel Garapati wrote: > > > > On Mon, Feb 1, 2021 at 2:27 PM Ramon Fried wrote: > > > > > > On Sat, Jan 30, 2021 at 11:26 PM Ramon Fried wrote: > > > > > > > > On Sat, Jan 30, 2021 at 10:39 PM Suneel Garapati

Re: [PATCH v5] net: tftp: Add client support for RFC 7440

2021-02-02 Thread Ramon Fried
On Tue, Feb 2, 2021 at 6:02 PM Suneel Garapati wrote: > > On Mon, Feb 1, 2021 at 2:27 PM Ramon Fried wrote: > > > > On Sat, Jan 30, 2021 at 11:26 PM Ramon Fried wrote: > > > > > > On Sat, Jan 30, 2021 at 10:39 PM Suneel Garapati > > > wrote: > > > > > > > > Hello Ramon, > > > > > > > > With TF

Re: [PATCH v5] net: tftp: Add client support for RFC 7440

2021-02-02 Thread Suneel Garapati
On Mon, Feb 1, 2021 at 2:27 PM Ramon Fried wrote: > > On Sat, Jan 30, 2021 at 11:26 PM Ramon Fried wrote: > > > > On Sat, Jan 30, 2021 at 10:39 PM Suneel Garapati > > wrote: > > > > > > Hello Ramon, > > > > > > With TFTP window size as default 1 and enabling TFTPPUT config option > > > results

Re: [PATCH v5] net: tftp: Add client support for RFC 7440

2021-02-01 Thread Ramon Fried
On Sat, Jan 30, 2021 at 11:26 PM Ramon Fried wrote: > > On Sat, Jan 30, 2021 at 10:39 PM Suneel Garapati > wrote: > > > > Hello Ramon, > > > > With TFTP window size as default 1 and enabling TFTPPUT config option > > results in tftpboot command failure. > > > > Attached the pcap files for with a

Re: [PATCH v5] net: tftp: Add client support for RFC 7440

2021-01-30 Thread Ramon Fried
On Sat, Jan 30, 2021 at 10:39 PM Suneel Garapati wrote: > > Hello Ramon, > > With TFTP window size as default 1 and enabling TFTPPUT config option > results in tftpboot command failure. > > Attached the pcap files for with and without TFTPPUT enabled. > Both captures are the same except that the T

Re: [PATCH v5] net: tftp: Add client support for RFC 7440

2021-01-30 Thread Suneel Garapati
Hello Ramon, With TFTP window size as default 1 and enabling TFTPPUT config option results in tftpboot command failure. Attached the pcap files for with and without TFTPPUT enabled. Both captures are the same except that the TFTPPUT option enables ICMP handler and for the response from the server

Re: [PATCH v5] net: tftp: Add client support for RFC 7440

2020-08-05 Thread Tom Rini
On Sat, Jul 18, 2020 at 11:31:46PM +0300, Ramon Fried wrote: > Add support for RFC 7440: "TFTP Windowsize Option". > > This optional feature allows the client and server > to negotiate a window size of consecutive blocks to send as an > alternative for replacing the single-block lockstep schema.

[PATCH v5] net: tftp: Add client support for RFC 7440

2020-07-18 Thread Ramon Fried
Add support for RFC 7440: "TFTP Windowsize Option". This optional feature allows the client and server to negotiate a window size of consecutive blocks to send as an alternative for replacing the single-block lockstep schema. windowsize can be defined statically during compilation by setting CONF