Remove references to obsoleted CONFIG_NETDEV_MULTINIC and CONFIG_NETDEV_MULILINK.
This commit is contained in:
parent
69b004790d
commit
4ee084ab24
@ -6,7 +6,7 @@
|
|||||||
config EXAMPLES_BRIDGE
|
config EXAMPLES_BRIDGE
|
||||||
bool "UDP bridge example"
|
bool "UDP bridge example"
|
||||||
default n
|
default n
|
||||||
depends on NET_UDP && NETDEV_MULTINIC && !NET_IPv6
|
depends on NET_UDP && !NET_IPv6
|
||||||
---help---
|
---help---
|
||||||
Simple test of a system with multiple networks. It simply echoes all
|
Simple test of a system with multiple networks. It simply echoes all
|
||||||
UDP packets received on network 1 and network 2 to network 2 and
|
UDP packets received on network 1 and network 2 to network 2 and
|
||||||
|
@ -79,9 +79,8 @@
|
|||||||
* buffer be sufficiently large to contain the entire GET request.
|
* buffer be sufficiently large to contain the entire GET request.
|
||||||
*
|
*
|
||||||
* In the case where there are multiple network devices with different
|
* In the case where there are multiple network devices with different
|
||||||
* link layer protocols (CONFIG_NET_MULTILINK), each network device
|
* link layer protocols, each network device may support a different TCP
|
||||||
* may support a different TCP MSS value. Here we arbitrarily select
|
* MSS value. Here we arbitrarily select the minimum MSS for that case.
|
||||||
* the minimum MSS for that case.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define HTTPD_IOBUFFER_SIZE (3*MIN_TCP_MSS)
|
#define HTTPD_IOBUFFER_SIZE (3*MIN_TCP_MSS)
|
||||||
|
@ -91,11 +91,10 @@
|
|||||||
* payload size (UDP_MSS), but cannot exceed 512 + sizeof(TFTP_DATA header).
|
* payload size (UDP_MSS), but cannot exceed 512 + sizeof(TFTP_DATA header).
|
||||||
*
|
*
|
||||||
* In the case where there are multiple network devices with different
|
* In the case where there are multiple network devices with different
|
||||||
* link layer protocols (CONFIG_NET_MULTILINK), each network device
|
* link layer protocols, each network device may support a different UDP MSS
|
||||||
* may support a different UDP MSS value. Here, if Ethernet is enabled,
|
* value. Here, if Ethernet is enabled, we (arbitrarily) assume that the
|
||||||
* we (arbitrarily) assume that the Ethernet is link that will be used.
|
* Ethernet is link that will be used. If Ethernet is not one of the
|
||||||
* if Ethernet is not one of the enabled interfaces, we (arbitrarily) select
|
* enabled interfaces, we (arbitrarily) select the minimum MSS.
|
||||||
* the minimum MSS.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define TFTP_DATAHEADERSIZE 4
|
#define TFTP_DATAHEADERSIZE 4
|
||||||
|
Loading…
Reference in New Issue
Block a user