21#ifndef WOLFSSL_THREAD_ENTRY_H_
22#define WOLFSSL_THREAD_ENTRY_H_
25#include <wolfssl/certs_test.h>
27static const byte ucIPAddress[4] = { 192, 168, 1, 241 };
28static const byte ucNetMask[4] = { 255, 255, 255, 0 };
29static const byte ucGatewayAddress[4] = { 192, 168, 1, 1 };
30static const byte ucDNSServerAddress[4] = { 192, 168, 1, 1 };
31static 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