首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 编程语言 > C/C++ > WinSock相关
【标  题】:WinSock相关
【关键字】:WinSock
【来  源】:BLOG.CSDN.NET

WinSock相关

Winsock is a protocol-independent interface and specific details for using other protocols, such as IPX, NetBIOS, AppleTalk, ATM. UDP is capable of sending data to multiple destinations and receiving it from multiple sources.

UDP只要绑定后就能接受。发送时,绑定都不需要,直接使用创建的socket发送就行了。

Another method of receiving (and sending) data on a connectionless socket is to establish a connection. Once a connectionless socket is created, you can call connect or WSAConnect with the SOCKADDR parameter set to the address of the remote machine to communicate with. No actual connection is made, however. The socket address passed into a connect function is associated with the socket so recv and WSARecv can be used instead of recvfrom or WSARecvFrom because the data's origin is known.
编写简单DLL及CL编译链接:【上一篇】
大型网络游戏文件下载的理想解决方案:【下一篇】
【相关文章】
  • Winsock API 函数大全 2
  • Winsock错误代码一览表
  • Winsock API 函数大全 3
  • 用Winsock实现语音全双工通信
  • Winsock API 函数大全 1
  • 在POWER BUILDER中使用WINSOCK控件
  • 用Winsock实现点对点通信
  • 用Winsock控件实现文件的下载
  • 在VB5中利用Winsock和msDNS控件进行
  • 在VB的Winsock编程框架
  • 【随机文章】
  • 索爱手机AT命令集
  • 巧用信号量防进程重入
  • HtmlToTxt 更新v2.0[稳定可用版](手机,小说,txt)
  • 网站秘诀
  • 一个简单的显示文字控件
  • 防火墙市场破局 ,NP颠覆工控机时代
  • 传奇世界 PK-你是武士
  • 调整WINXP启动时Chkdsk的等待时间
  • 全国计算机等级考试三级网络技术考试大纲
  • 撰稿人宝典 V1.0(2)
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.