Network
文章平均质量分 77
godeyeswang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
small demo program for tunneling over UDP with tun/tap
/* * tunproxy.c --- small demo program for tunneling over UDP with tun/tap * * Copyright (C) 2003 Philippe Biondi * * This program is free software; you can redistribute it and/or modify i转载 2010-04-07 08:59:00 · 1083 阅读 · 0 评论 -
UDP made simple
UDP made simpleAbstract: This page describes how to write a simple UDP client/server system in a C/Unix environment. The code is explained step by step. Motivation: I needed a page like this when转载 2010-04-07 09:01:00 · 498 阅读 · 0 评论 -
Sockets Tutorial
Sockets TutorialThis is a simple tutorial on using sockets for interprocess communication. The client server modelMost interprocess communication uses the client server model. These terms转载 2010-04-09 03:16:00 · 489 阅读 · 0 评论
分享