You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-users
Hi all In my application, I am able to create two UDP sockets, one for sending and one for receiving, but I want to use TCP socket, could please anyone tell me how to change to TCP socket? I want to create two TCP sockets, one for sending and one for receiving.
Thanks to all
Tom Henderson
unread,
Jan 4, 2010, 12:21:34 AM1/4/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ns-3-...@googlegroups.com
I don't know the specifics of your simulation, but in many cases, it suffices to change the value of this string: "ns3::UdpSocketFactory" to this string "ns3::TcpSocketFactory"