INET.8
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH INET 8
  2. .SH NAME
  3. inet - TCP/IP server
  4. .SH SYNOPSIS
  5. .B inet
  6. .SH DESCRIPTION
  7. .de SP
  8. .if t .sp 0.4
  9. .if n .sp
  10. ..
  11. .B Inet
  12. is the TCP/IP server.  It is a device driver that interfaces between the
  13. file server and the low level ethernet device driver.  The interface to this
  14. server is described in
  15. .BR ip (4).
  16. .PP
  17. .B Inet
  18. is part of the kernel image under standard Minix.  Under Minix-vmd it
  19. starts as a normal process, but by using a few low level system calls it
  20. quickly turns itself into a server.
  21. .SH "SEE ALSO"
  22. .BR ip (4).
  23. .SH AUTHOR
  24. Kees J. Bot (kjb@cs.vu.nl)