Issue with checksum calculation #1381
-
Hello, Example: I tried searching for solutions online and even consulted ChatGPT, but nothing worked. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
You need to set the parameter of certain modules to actually calculate the checksum. Calculating the checksum takes time, so this isn't done by default. Search for crcMode, fcsMode, checksumMode parameters, depending on the INET version and protocols you are using. |
Beta Was this translation helpful? Give feedback.
-
You should track down where the packet comes from and find out which module is responsible for not computing the checksum. Then you will see if that module has the capability to compute the checksum or not, and whether the corresponding parameter is set or not. You can do all of this in Qtenv while the simulation is stopped after the error. |
Beta Was this translation helpful? Give feedback.
You should track down where the packet comes from and find out which module is responsible for not computing the checksum. Then you will see if that module has the capability to compute the checksum or not, and whether the corresponding parameter is set or not. You can do all of this in Qtenv while the simulation is stopped after the error.