diff options
author | Tom Rini <trini@konsulko.com> | 2024-01-03 09:22:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-01-03 09:22:47 -0500 |
commit | 93a0138acbe029fba1d1255cc0b9b8700b49bdff (patch) | |
tree | fe6948c32270774f94fd1f46b0a480afaa3f9669 /doc/usage/environment.rst | |
parent | dffa6d0210f57793f1e4e1e209d91ca5642e4d05 (diff) | |
parent | 80cb22c58bd9ec11e970bae84510a99171b691eb (diff) |
Merge tag 'v2024.01-rc6' into next
Prepare v2024.01-rc6
Diffstat (limited to 'doc/usage/environment.rst')
-rw-r--r-- | doc/usage/environment.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst index c57b717caa..82b6ea7b6e 100644 --- a/doc/usage/environment.rst +++ b/doc/usage/environment.rst @@ -306,6 +306,10 @@ ethrotate anything other than "no", U-Boot does go through all available network interfaces. +httpdstp + If this is set, the value is used for HTTP's TCP + destination port instead of the default port 80. + netretry When set to "no" each network operation will either succeed or fail without retrying. |