Re: kernel TCP/IP hack
From: kamal kc (kamal_ckk_at_yahoo.com)
Date: 09/25/05
- Previous message: Vaibhave Agarwal: "Re: kernel TCP/IP hack"
- In reply to: Vaibhave Agarwal: "Re: kernel TCP/IP hack"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 25 Sep 2005 04:05:58 -0700 (PDT) To: freebsd-net@freebsd.org
ok now i got the files.
right now i haven't got the books. but i'll make
sure i get it as soon as possible. Are there any
websites or mailing list logs that explain more on
the functions and data structures than the comments??
another thing
the makefiles i do not understand.
the makefile in /usr/src/sys has tags like
.include<...>
how do i get around my configurations on makefiles ??
kamal
--- Vaibhave Agarwal <vaibhave@cs.utah.edu> wrote:
>
> go to /usr/src/sys/netinet
>
> For tcp hack:
> tcp_input.c and tcp_output.c
>
> for ip hack:
> ip_input.c and ip_output.c
>
> If you read the book:
> The Implementation (TCP/IP Illustrated, Volume 2)
> by Gary R. Wright, W. Richard Stevens
> You will understand how each and every line of code
> works.
>
> -vaibhave
>
> On Sun, 25 Sep 2005, kamal kc wrote:
>
> > does anybody know
> > where to start on /usr/src for tcp/ip hack
> >
> > i need it urgently
> > any resources, links will be appreciated
> >
> > thanks,
> > kamal
> >
> >
> >
> > __________________________________
> > Yahoo! Mail - PC Magazine Editors' Choice 2005
> > http://mail.yahoo.com
> > _______________________________________________
> > freebsd-net@freebsd.org mailing list
> >
>
http://lists.freebsd.org/mailman/listinfo/freebsd-net
> > To unsubscribe, send any mail to
> "freebsd-net-unsubscribe@freebsd.org"
> >
> _______________________________________________
> freebsd-net@freebsd.org mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to
> "freebsd-net-unsubscribe@freebsd.org"
>
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"
- Previous message: Vaibhave Agarwal: "Re: kernel TCP/IP hack"
- In reply to: Vaibhave Agarwal: "Re: kernel TCP/IP hack"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|