mirror of
https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
synced 2025-10-21 23:30:39 +08:00
@@ -54,10 +54,6 @@
|
||||
#include "NetworkBufferManagement.h"
|
||||
#include "FreeRTOS_DNS.h"
|
||||
|
||||
/** @brief The pointer to buffer with packet waiting for ARP resolution. */
|
||||
extern NetworkBufferDescriptor_t * pxARPWaitingNetworkBuffer;
|
||||
|
||||
|
||||
/*
|
||||
* Utility functions for the light weight IP timers.
|
||||
*/
|
||||
@@ -90,12 +86,6 @@ static IPTimer_t xARPTimer;
|
||||
/** @brief DNS timer, to check for timeouts when looking-up a domain. */
|
||||
static IPTimer_t xDNSTimer;
|
||||
#endif
|
||||
#if ( ipconfigUSE_TCP != 0 )
|
||||
|
||||
/** @brief Set to a non-zero value if one or more TCP message have been processed
|
||||
* within the last round. */
|
||||
extern BaseType_t xProcessedTCPMessage;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Calculate the maximum sleep time remaining. It will go through all
|
||||
|
Reference in New Issue
Block a user