You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i just checked out your project and wanted to share my fixes to get the examples running.
When i first cloned the repo i got linker errors. I had to fix the following files:
OpenFlowOMNeTSuite/openflow/hostApps/TCPTrafficGeneratorApp.h
- remove "INET_API" from class definition
old "class INET_API TCPTrafficGeneratorApp"
new "class TCPTrafficGeneratorApp"
OpenFlowOMNeTSuite/openflow/hostApps/TCPTrafficSinkApp.h
- remove "INET_API" from class definition
old "class INET_API TCPTrafficSinkApp"
new "class TCPTrafficSinkApp"
Cheers!
The text was updated successfully, but these errors were encountered:
Hi,
i just checked out your project and wanted to share my fixes to get the examples running.
When i first cloned the repo i got linker errors. I had to fix the following files:
Cheers!
The text was updated successfully, but these errors were encountered: