21 #ifndef WOLFSSL_THREAD_ENTRY_H_ 22 #define WOLFSSL_THREAD_ENTRY_H_ 25 #include <wolfssl/certs_test.h> 27 static const byte ucIPAddress[4] = { 192, 168, 1, 241 };
28 static const byte ucNetMask[4] = { 255, 255, 255, 0 };
29 static const byte ucGatewayAddress[4] = { 192, 168, 1, 1 };
30 static const byte ucDNSServerAddress[4] = { 192, 168, 1, 1 };
31 static const byte g_ether0_mac_address[6] = { 0x00, 0x11, 0x22, 0x33, 0x44, 0x55 };
34 #define SERVER_IP "192.168.1.240" 35 #define DEFAULT_PORT 11111 36 #define CERT ca_cert_der_1024 37 #define SIZEOF_CERT sizeof_ca_cert_der_1024 39 #define FR_SOCKET_SUCCESS 0