免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: xufinal
打印 上一主题 下一主题

求解答~~~~~~~~ [复制链接]

论坛徽章:
0
11 [报告]
发表于 2011-02-15 15:07 |只看该作者
我传递进ACCEPT的不是结构体里的len 是MAIN开头定义的int len;
xufinal 发表于 2011-02-15 15:02



    我的意思是说你要用结构体中的变量的话

论坛徽章:
0
12 [报告]
发表于 2011-02-15 15:08 |只看该作者
len调用前要先赋值
len=sizeof(...);
asha_hi 发表于 2011-02-15 15:04



    试了下,可以正常执行了。但为什么不定义上面的结构体变量或结构体换其它的成员,可以成功执行呢。

论坛徽章:
0
13 [报告]
发表于 2011-02-15 15:08 |只看该作者
man 2 accept

论坛徽章:
0
14 [报告]
发表于 2011-02-15 15:14 |只看该作者
第30行应该为
if((childfd=accept(socketfd,(struct sockaddr*) &childaddr,(socklen_t *)&len))<0){

accept的第三个参数为socklen_t * 型

论坛徽章:
0
15 [报告]
发表于 2011-02-15 15:17 |只看该作者
你可以自己找找原因

论坛徽章:
0
16 [报告]
发表于 2011-02-15 15:17 |只看该作者
第30行应该为
if((childfd=accept(socketfd,(struct sockaddr*) &childaddr,(socklen_t *)&len))
shupan001 发表于 2011-02-15 15:14



   
typedef int socklen_t    一样的

论坛徽章:
0
17 [报告]
发表于 2011-02-15 15:22 |只看该作者
回复 16# xufinal


    我试了下,出现了以下错误,不知道是怎么回事?
/tmp/cckltxYv.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status

论坛徽章:
0
18 [报告]
发表于 2011-02-15 15:24 |只看该作者
回复  xufinal


    我试了下,出现了以下错误,不知道是怎么回事?
/tmp/cckltxYv.o(.eh_frame+0x11 ...
shupan001 发表于 2011-02-15 15:22



    #include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <stdlib.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>

论坛徽章:
0
19 [报告]
发表于 2011-02-15 15:24 |只看该作者
我这没有其它错误。

论坛徽章:
0
20 [报告]
发表于 2011-02-15 15:37 |只看该作者
len 没有赋初值,所以运行时取决于当时那块内存的值,

而上面的结构体的大小的变化,可能会影响len在的内存的位置和值,造成不同的结果
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP