forward() does stateless routing (apply changes to the message, add Via header ...)
send() is also steless but forwards the original message without any changes
klaus
IƱaki Baz Castillo schrieb:
Hi, how do forward() and send() route the messages? do they retransmissions as t_relay()?
Thanks.