Closed ghost closed 8 years ago
Just added test cases for verifying whether the issue has been resolved. Note that the test cases will only succeed if #168 has been pulled.
Based on the outcome of the test cases, I can conclude that the TCP and SCTP input plugins suffer from the same issue as was fixed for the UDP input plugin in 6da516c.
When a single UDP transport session is used for transmitting data for multiple observation domains, the input info would be messed up; all sessions will use the same (i.e., first received) ODID.
Important: please consider porting this fix to the other input plugins as well.