Go 语言实现的网络协协议栈 Netstack

码农软件 · 软件分类 · 网络工具包 · 2019-02-25 06:43:24

软件介绍

Netstack,使用 Go 语言编写的网络协议栈。

开始

通过安装 tun_tcp_echo demo 尝试在 Linux 上使用 :

go install github.com/google/netstack/tcpip/sample/tun_tcp_echo

创建一个TUN设备:

[sudo] ip tuntap add user <username> mode tun <device-name>
[sudo] ip link set <device-name> up
[sudo] ip addr add <ipv4-address>/<mask-length> dev <device-name>

运行:

tun_tcp_echo <device-name> <ipv4-address> <port>

本文地址:https://codercto.com/soft/d/75.html

ActionScript 3.0 Cookbook

ActionScript 3.0 Cookbook

Joey Lott、Darron Schall、Keith Peters / Adobe Dev Library / 2006-10-11 / GBP 28.50

Well before Ajax and Microsoft's Windows Presentation Foundation hit the scene, Macromedia offered the first method for building web pages with the responsiveness and functionality of desktop programs......一起来看看 《ActionScript 3.0 Cookbook》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具