坚信科学,分享技术

Tag Archives: 神州数码

[中秋零献续集] 神州数码802.1x局域网UDP拔号软件MyNet-Gnome源代码大分析(Part4)getaccess线程内的故事

/*** * Author: cc0cc * E-mail: cc0cc@126.com * WebSite: http://www.54chen.com * Date: 11 01 2008 * FileName: Mythread.c * 这个文件要从Access_Thread看起,因为在上一章节里,我们了解了 pthread_create(&getaccess,NULL,Access_Thread,NULL);创建了一个叫getaccess的线程,正是运行的Access_Thread,在Access_Thread里,将完成一系列的过程,802.1x从这里才真正开始了。 ***/ #include <gnome.h> #include <sys/select.h> #include "Mythread.h" #include "connect.h" #include "support.h" #include "interface.h" int i=0; typedef struct{                   long    …

Continue reading

Posted in linux | Tagged , , | Leave a comment