Skip to content

Commit

Permalink
packetdrill: small fixes for the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornig committed Jun 1, 2016
1 parent da7255a commit 1d8cb7a
Show file tree
Hide file tree
Showing 8 changed files with 904 additions and 900 deletions.
1 change: 1 addition & 0 deletions WHATSNEW
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This release requires either OMNeT++ 4.6, or 5.0.
Changes:

- Packetdrill: Added SCTP support and socket options (by Irene Rungeler)
- SCTP: added support for the SCTP_ACCEPT command (by Irene Rungeler)
- Physical layer: added IdealObstacleLoss. This obstacle loss model determines
power loss by checking if there is any obstructing physical object along the
straight propagation path. The result is either total power loss if there was
Expand Down
4 changes: 4 additions & 0 deletions src/inet/applications/packetdrill/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
====== inet-3.x ======

2016-06-01 Irene Ruengeler

Improved SCTP packetdrill support

2016-03-30 Irene Ruengeler

Added packetdrill SCTP support and socket options
Expand Down
3 changes: 1 addition & 2 deletions src/inet/applications/packetdrill/PacketDrillUtils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,11 @@ PacketDrillConfig::~PacketDrillConfig()

void PacketDrillConfig::parseScriptOptions(cQueue *options)
{
printf("parseScriptOptions\n");
}

PacketDrillPacket::PacketDrillPacket()
{
// inetPacket = nullptr;
inetPacket = nullptr;
}

PacketDrillPacket::~PacketDrillPacket()
Expand Down
Loading

0 comments on commit 1d8cb7a

Please sign in to comment.