摘要: xstunthttp://www.cis.nctu.edu.tw/~gis87577/xDreaming/XSTUNT/index.html 阅读全文
posted @ 2006-06-07 17:17 dannyr|一个都不能少! 阅读(2133) 评论(2) 推荐(0) 编辑
摘要: STUNThttp://nutss.gforge.cis.cornell.edu/pub/imc05-tcpnat/ 阅读全文
posted @ 2006-06-07 17:14 dannyr|一个都不能少! 阅读(1170) 评论(2) 推荐(0) 编辑
摘要: char hostname[256];gethostname(hostname, sizeof hostname);hostent* pHostent = gethostbyname(hostname);sockaddr_in sa;memcpy(&sa.sin_addr.s_addr, pHostent->h_addr_list[0], pHostent->h_length);sprintf... 阅读全文
posted @ 2006-06-07 11:29 dannyr|一个都不能少! 阅读(1401) 评论(6) 推荐(0) 编辑