mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-01 20:57:54 +00:00
Update comment in MDNS and pbuf.c
This commit is contained in:
parent
c9bae5ea9b
commit
c25de8f317
@ -14,7 +14,7 @@
|
|||||||
* -------------------------
|
* -------------------------
|
||||||
*
|
*
|
||||||
* - Probing/conflict resolution
|
* - Probing/conflict resolution
|
||||||
* - Sending goodbye messages (zero ttl)
|
* - Sending goodbye messages (zero ttl) - shutdown, DHCP lease about to expire, DHCP turned off...
|
||||||
* - Checking that source address of unicast requests are on the same network
|
* - Checking that source address of unicast requests are on the same network
|
||||||
* - Limiting multicast responses to 1 per second per resource record
|
* - Limiting multicast responses to 1 per second per resource record
|
||||||
* - Fragmenting replies if required
|
* - Fragmenting replies if required
|
||||||
|
@ -59,7 +59,7 @@ void eth_rx_irq()
|
|||||||
struct pbuf* p = pbuf_alloced_custom(PBUF_RAW,
|
struct pbuf* p = pbuf_alloced_custom(PBUF_RAW,
|
||||||
dma_desc->rx_length,
|
dma_desc->rx_length,
|
||||||
PBUF_REF,
|
PBUF_REF,
|
||||||
&my_pbuf.p,
|
&my_pbuf->p,
|
||||||
dma_desc->rx_data,
|
dma_desc->rx_data,
|
||||||
dma_desc->max_buffer_size);
|
dma_desc->max_buffer_size);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user