SSL *s;
conn_rec conn_rec;
char * cpVHostID;
conn_rec = SSL_get_app_data(s);
cpVHostID = ssl_util_vhostid(p,
conn_rec->server);
|
Title: Obtaining IP Address
- Obtaining IP Address Andrew Finnell
- yang yuanjie