Rohit, I asked a developer about this. There is no direct way to create a TCP/IP stack in Mozilla. It's a complex process requiring implementing TCP/IP protocol. There were entire companies dedicated to building these stacks, but since then MS built a stack in Windows.
- david Rohit Tripathi wrote: > Hi!, > > I am working on a simple operating system that currently works by > executing binary files. > > I am interested in building a web-browser for it, and since mozilla > source code is easily accessible, it was a natural desire to modify it > to suit my needs. > > 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? > > Perhaps this is asking too much, but I hope you understand, > > sincerely, > > Rohit >
