搜索结果
找到约 1 项符合
portbase 的查询结果
按分类筛选
Internet/网络编程 /* Here s a small IPv4 example: it asks for a portbase and a destination and starts sending pack
/*
Here s a small IPv4 example: it asks for a portbase and a destination and
starts sending packets to that destination.
这个IPv4版的例子:它要求portbase(本地端口)与destination (目的端口)然后发送消息
同时还监听消息。
例子测试一:
启动一个运行实例,本地地址与目标地址用同一个端口8888
例子测 ...