之前用过uip作为udp使用,但将它作为server还没有涉及到,最近有个小项目中需要使用。以下针对它作为tcp_server流程测试和探索。
struct timer periodic_timer, arp_timer;
uip_listen(HTONS(60000));
}
void uip_log(char *msg)
{
printf("uIP log message: %s\n", msg);
}
uip 作为tcp sever 流程测试,布布扣,bubuko.com
原文地址:http://blog.csdn.net/brotherwyz/article/details/26376743