set IP addr to xxx.xxx.x.xxx

pull/1/head
Kaleb Himes 2014-08-15 15:02:51 -06:00
parent 6ab3b899ef
commit ff87a42fc0
1 changed files with 6 additions and 1 deletions

View File

@ -83,7 +83,12 @@
#define TCPPACKETSIZE 1024
#define TCPPORT 11111
#define NUMTCPWORKERS 3
#define IP_ADDR "192.168.1.103"
/* Set to the IP of the computer running the cyassl command from the
* cyassl_root directory: "./examples/server/server -b"
* the "-b" tells the server to bind to any interface, not just 127.0.0.1
*/
#define IP_ADDR "xxx.xxx.x.xxx"
void exitApp(CYASSL_CTX* ctx);