File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 110110 #endif /* ipconfigBYTE_ORDER == pdFREERTOS_BIG_ENDIAN */
111111
112112/* MDNS constants. */
113- #define ipMDNS_TIME_TO_LIVE 255U
113+ #define ipMDNS_TIME_TO_LIVE 255U
114114 #define dnsMDNS_FLAGS_IS_RESPONSE 0x8400U /**< MDNS flag value for response. */
115115
116- #define ipLLMNR_PORT 5355U /* Standard LLMNR port. */
117- #define ipDNS_PORT 53U /* Standard DNS port. */
118- #define ipNBNS_PORT 137U /* NetBIOS Name Service. */
119- #define ipNBDGM_PORT 138U /* Datagram Service, not included. */
116+ #define ipLLMNR_PORT 5355U /* Standard LLMNR port. */
117+ #define ipDNS_PORT 53U /* Standard DNS port. */
118+ #define ipNBNS_PORT 137U /* NetBIOS Name Service. */
119+ #define ipNBDGM_PORT 138U /* Datagram Service, not included. */
120120
121121/** @brief freertos_addrinfo is the equivalent of 'struct addrinfo'. */
122122 struct freertos_addrinfo
You can’t perform that action at this time.
0 commit comments