Chinaunix首页 | 论坛 | 博客
  • 博客访问: 917277
  • 博文数量: 194
  • 博客积分: 7991
  • 博客等级: 少将
  • 技术积分: 2067
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-09 22:03
文章分类

全部博文(194)

文章存档

2010年(8)

2009年(71)

2008年(109)

2007年(6)

我的朋友

分类: LINUX

2009-03-15 16:10:55

project - ksocket


Ksocket is a linux 2.6 kernel module that provides bsd-style socket interfaces (namely socket, bind, listen, connect, accept, ...) for kernel developers to facilitate their network progaramming in linux kernel space.

The interfaces ksocket presented are much the same as their equivalent in glibc, so even new developers for kernel space will have no barrier in developing kernel network-related programms.


阅读(2288) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

Kevinkw2011-12-12 16:39:01

Looks cool!