Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 1999 20:18:33 -0500
From:      Chris Costello <chris@holly.dyndns.org>
To:        Craig Steven Ugoretz <ugoretzc@csd.uwm.edu>
Cc:        freebsd-doc@FreeBSD.ORG
Subject:   Re: Documentation for sockets, TCP/IP
Message-ID:  <19990408201833.A31086@holly.dyndns.org>
In-Reply-To: <Pine.OSF.3.96.990408200550.24388A-100000@alpha2.csd.uwm.edu>; from Craig Steven Ugoretz on Thu, Apr 08, 1999 at 08:12:23PM -0500
References:  <Pine.OSF.3.96.990408200550.24388A-100000@alpha2.csd.uwm.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 8, 1999, Craig Steven Ugoretz wrote:
> I am a student at the University of Wisconsin - Milwaukee and I am taking
> a course on computer networks.  I am working on a final project involving
> client - server software to reduce the impact of dropped packets in a
> network.  The university has source code for TCP/IP but no documentation
> except some comments in the source code.  It does not have source code for
> sockets and related UNIX system calls (networking).  An advanced project
> requires "hacking" into TCP/IP to implement program functionality.  Can
> you tell me how to get source code for the system calls and documentation
> for both the system calls and TCP/IP?

   It sounds like you're involved in an interesting project.  The
socket interface in FreeBSD (and other operating systems blessed with
BSD code) is well documented in the manual pages (man socket, man connect,
etc), and the source code is availible with FreeBSD, including sockets.  If
you have a FreeBSD system availible, check if you can look through
/usr/src/sys/kern/uipc_syscalls.c, and look at the various functions for what
you may need the source code to.

> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-doc" in the body of the message
> 

-Chris

-- 
=============================================
* "This process can check if this value is  *
*  zero, and if it is, it does something    *
*  child-like." -Forbes Burkowski, CS 454   *
=============================================


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990408201833.A31086>