[Ns-bugs] [Bug 132] TCP does not notify server side sockets of new connections
bugzilla-daemon@nsnam-www.ece.gatech.edu
bugzilla-daemon at nsnam-www.ece.gatech.edu
Tue Feb 12 21:48:45 PST 2008
http://www.nsnam.org/bugzilla/show_bug.cgi?id=132
------- Comment #7 from tomh at tomh.org 2008-02-13 00:48 -------
(In reply to comment #5)
> (In reply to comment #4)
> > I think there are two issues; a simple one and a harder one. The simple one is
> > to simply fix the behavior for a non-multitasking server. This should be
> > fixable with minimal effort (Gustavo's initial comment).
> >
> > The second one is the multitasking server. Here, there may need to be more
> > work done because tcp-full-duplex.cc (or any of our applications) do not even
> > handle the forking sockets because they themselves do not fork.
> >
> Our TCP sockets DO fork now whenever a SYN packet arrives. I'm not sure if I
> made this clear or not in the original post, but what is in
> http://code.nsnam.org/raj/ns-3-dev forks the socket and returns it to the
> application via a call to NotifyNewConnectionCreated. The original server
> socket keeps on listening for incoming SYNs. I'm not sure I understand what
> the two issues are?
>
The two issues are
i) Gustavo's post that the current non-multitasking code needs fixed
ii) Your suggestion that this is part of a broader issue with implementing
server forks
If ii) is not ready for this release, I suggest to address i) for this release
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Ns-bugs
mailing list