Inform user that Ostinato TCP is stateless
This commit is contained in:
parent
de04acec98
commit
f01bdd257f
@ -55,7 +55,7 @@ void TcpProtocol::protoDataCopyFrom(const OstProto::Protocol &protocol)
|
||||
|
||||
QString TcpProtocol::name() const
|
||||
{
|
||||
return QString("Transmission Control Protocol");
|
||||
return QString("Transmission Control Protocol (state less)");
|
||||
}
|
||||
|
||||
QString TcpProtocol::shortName() const
|
||||
|
@ -196,6 +196,29 @@
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="7" column="0" colspan="5">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string><i>Note: Ostinato is stateless- it cannot establish a TCP connection and generate seq/ack numbers accordingly</i></string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="8" column="2" colspan="2" >
|
||||
<spacer>
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" >
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
|
Loading…
Reference in New Issue
Block a user