Suppressing ACKs altogether
Contents
Sometimes there are systems that you will encounter which want no ACKs whatsoever.
This isn’t recommended practice but Iguana can support this model. Simply use a custom Translator script but pass in nil i.e.:
ack.send(nil)
Continue: ACK vs. filter Translator instance