Hi Andrei
Is the changes to drop 2xx in git repo?
It is know. You have to define TM_ONREPLY_FINAL_DROP_OK or else it won't be compiled. E.g.: make cfg extra_defs=-DTM_ONREPLY_FINAL_DROP_OK; make all or re-compiling only tm: make -C modules/tm extra_defs=-DTM_ONREPLY_FINAL_DROP_OK.
You'll get a compile time warning when active.
I did some tests on this, it works ( at least from the sniffed packets)!!! Thanks a lot.
Does the modparam make sense ( instead of using extra_defs to compile ) ? modparam("tm", "TM_ONREPLY_FINAL_DROP_OK", 0) ( default is off)
Is there any other special test/log need to check?
In my scenario the ACK seems not being replayed, but I guess it may due to the ACK/BYE msg not being constructed correctly. To separate the issue, I will post a new thread.
Kind Regards
Min Wang
Andrei