Skip to content

Commit

Permalink
TcpServerApp: Removed like expression from listener submodule.
Browse files Browse the repository at this point in the history
The TcpServerListener module no longer implements the IApp module interface.
  • Loading branch information
levy committed Oct 9, 2023
1 parent 4d15f6a commit 85067dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inet/applications/tcpapp/TcpServerApp.ned
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module TcpServerApp like IApp
input socketIn;
output socketOut;
submodules:
listener: <default("TcpServerListener")> like IApp {
listener: TcpServerListener {
parameters:
@display("p=100,100");
}
Expand Down

0 comments on commit 85067dc

Please sign in to comment.