Dispatcher should reply with SCMP error when an svc/port is not available #2436
Closed
Description
This applies to the Go dispatcher, as the C dispatcher is no longer getting new features.
Whenever the dispatcher receives a packet for which either (1) no SVC address is registered, or (2) nobody is listening on the destination address:port
, it should reply with an SCMP::Forwarding
class error.