inet.8
来自「操作系统设计与实现源码」· 8 代码 · 共 60 行
8
60 行
INET(8) Minix Programmer's Manual INET(8)
NAME
inet - TCP/IP server
SYNOPSIS
inet
DESCRIPTION
Inet is the TCP/IP server. It is a device driver that interfaces between
the file server and the low level ethernet device driver. The interface
to this server is described in ip(4).
Inet is part of the kernel image under standard Minix. Under Minix-vmd
it starts as a normal process, but by using a few low level system calls
it quickly turns itself into a server.
SEE ALSO
ip(4).
AUTHOR
Kees J. Bot (kjb@cs.vu.nl)
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?