int opt=SO_REUSEADDR; setsockopt(listenfd,SOL_SOCKET,SO_REUSEADDR,&opt,sizeof(opt));作用主要是什么,SO_REUSEADDR是什么意思? 查看完整描述