inet icon indicating copy to clipboard operation
inet copied to clipboard

INET Framework for the OMNeT++ discrete event simulator

Results 170 inet issues
Sort by recently updated
recently updated
newest added

In the module `ClientServer.client.eth[0].queue`, I noticed that `outgoingPacketLengths:histogram` shows some small wrong details. This is the result: ``` Experiment Measurement Replication Module Name Kind Count SumWeights Mean StdDev Variance #Bins...

Bug

The class names for the GroupEligibilityTimeMeter and GroupEligibilityTimeTable in PR #973 were wrong, which lead to errors trying to use the ATSIeee8021qFilter. This pull request fixes these class names.

As stated in the title, the parameters of a GateControlList are marked as `@mutable` which suggests that these parameters can be changed during runtime: https://github.com/inet-framework/inet/blob/ce08305b86ddff9534e870ccd1aa913553d50c56/src/inet/queueing/gate/GateControlList.ned#L17-L18 However, parameter changes are ignored,...

I'm running General in examples/inet/tcpapp/omnetpp.ini and I'm running into a bug. I changed the application type on the server side to TcpEchoApp and added the echoDelay parameter to it. The...

Bug

when I have finished installing Inet, I meet the problem like blow: Is there something that I missed?

When I use Qbv and Qbu separately, they both work fine. I have set **.macLayer.outboundClassifier.classifierClass to "inet::queueing::PacketUserPriorityIndClassifier". However, when I combine the two, the packets get stuck at the Ieee8021qTimeAwareShaper...

Bug

Hello, I'm experiencing quite a weird bug which I cannot seem to figure out why it happens. I'm working with the streamfiltering/tokenbucket showcase https://github.com/inet-framework/inet/blob/3af5f7e1f1aeb8e17094d2e59d25c6aa8dfc0339/showcases/tsn/streamfiltering/tokenbucket/omnetpp.ini#L47-L59 ### What works: When starting the...

Bug

client send SYN,server send SYN_RCVD,but client resend,server Port conflict ![Image](https://github.com/user-attachments/assets/46a37ccf-b90e-47a4-ad50-199ce720dde1)

Bug

Hi INET team! While working on a TSN simulation project using StreamRedundancyConfigurator, I ran into a few issues that made redundant stream configuration fail or behave unexpectedly. After digging into...

Bug