We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95353a3 commit d0c617dCopy full SHA for d0c617d
src/inet/transportlayer/tcp_lwip/TcpLwipConnection.cc
@@ -129,7 +129,7 @@ void TcpLwipConnection::sendEstablishedMsg()
129
tcpConnectInfo->setAutoRead(autoRead);
130
131
indication->setControlInfo(tcpConnectInfo);
132
- indication->addTag<TransportProtocolInd>()->setProtocol(&Protocol::udp);
+ indication->addTag<TransportProtocolInd>()->setProtocol(&Protocol::tcp);
133
indication->addTag<SocketInd>()->setSocketId(connIdM);
134
135
tcpLwipM->send(indication, "appOut");
0 commit comments