IUdp -> Udp

This commit is contained in:
Mathieu Lacage
2007-06-06 10:54:58 +02:00
parent 967b3f34e9
commit f5ce4791d2
2 changed files with 3 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ int main (int argc, char *argv[])
n0,
Ipv4Address("10.1.3.2"),
80,
"IUdp",
"Udp",
ConstantVariable(1),
ConstantVariable(0));
// Start the application
@@ -161,7 +161,7 @@ int main (int argc, char *argv[])
n3,
Ipv4Address("10.1.2.1"),
80,
"IUdp",
"Udp",
ConstantVariable(1),
ConstantVariable(0));
// Start the application

View File

@@ -40,7 +40,7 @@ RunSimulation (void)
{
Ptr<Node> a = Create<InternetNode> ();
InterfaceId iid = InterfaceId::LookupByName ("IUdp");
InterfaceId iid = InterfaceId::LookupByName ("Udp");
Ptr<SocketFactory> socketFactory = a->QueryInterface<SocketFactory> (iid);
Ptr<Socket> sink = socketFactory->CreateSocket ();