[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [patch #10480] tftp: bind to TFTP port only when in server
From: |
Jerome Forissier |
Subject: |
[lwip-devel] [patch #10480] tftp: bind to TFTP port only when in server mode |
Date: |
Fri, 4 Oct 2024 05:03:50 -0400 (EDT) |
URL:
<https://savannah.nongnu.org/patch/?10480>
Summary: tftp: bind to TFTP port only when in server mode
Group: lwIP - A Lightweight TCP/IP stack
Submitter: jforissier
Submitted: Fri 04 Oct 2024 09:03:45 AM UTC
Category: None
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Fri 04 Oct 2024 09:03:45 AM UTC By: Jerome Forissier <jforissier>
The TFTP app should not bind to the TFTP server port when configured as a
client. Instead, the local port should be chosen from the dynamic range (49152
~ 65535) so that if the application is stopped and started again, the remote
server will not consider the new packets as part of the same context (which
would cause an error since a new RRQ would be unexpected).
_______________________________________________________
File Attachments:
-------------------------------------------------------
Name: 0001-tftp-bind-to-TFTP-port-only-when-in-server-mode.patch Size: 1KiB
<https://file.savannah.nongnu.org/file/0001-tftp-bind-to-TFTP-port-only-when-in-server-mode.patch?file_id=56473>
AGPL NOTICE
These attachments are served by Savane. You can download the corresponding
source code of Savane at
https://git.savannah.nongnu.org/cgit/administration/savane.git/snapshot/savane-ec04d12eafb459b5fcd77a3a0412cda23b61188b.tar.gz
_______________________________________________________
Reply to this item at:
<https://savannah.nongnu.org/patch/?10480>
_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [patch #10480] tftp: bind to TFTP port only when in server mode,
Jerome Forissier <=