This callback is supposed to happen later
authorRaj Bhattacharjea <raj.b@gatech.edu>
Thu, 13 Mar 2008 14:32:46 -0400
changeset 2368 def55cdb8d5d
parent 2367 904e5739f955
child 2369 b4183070ed1c
This callback is supposed to happen later
src/internet-node/tcp-socket.cc
--- a/src/internet-node/tcp-socket.cc	Thu Mar 13 14:22:26 2008 -0400
+++ b/src/internet-node/tcp-socket.cc	Thu Mar 13 14:32:46 2008 -0400
@@ -761,7 +761,6 @@
   m_endPoint->SetRxCallback (MakeCallback (&TcpSocket::ForwardUp, this));
   m_endPoint->SetDestroyCallback (MakeCallback (&TcpSocket::Destroy, this));
   ProcessPacketAction(SYN_ACK_TX, p, h, fromAddress);
-  NotifyNewConnectionCreated(this, fromAddress);
  }
 
 void TcpSocket::ConnectionSucceeded()