摘要: 在tun_dev.c中定义: int tun_write(int fd, char *buf, int len){ return write(fd, buf, len);} int tun_read(int fd, char *buf, int len){ return read(fd, buf, len);} 阅读全文
posted @ 2012-09-21 10:04 helloweworld 阅读(573) 评论(0) 推荐(0) 编辑