Rohit Tripathi wrote: > The OS I am developing currently has no TCP/IP support. I do not know > what changes must be made to mozilla source code to overcome this. How > do I go about creating a TCP/IP stack for it? How does mozilla use the > TCP/IP stack?
Well, the different operating systems which Mozilla runs on use different TCP/IP stacks, so it depends on the OS how Mozilla uses the stack. The actual TCP/IP stack usage is part of NSPR. I think this file contains the TCP/IP code of NSPR: http://lxr.mozilla.org/mozilla/source/nsprpub/pr/src/io/prsocket.c -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin
