On 9-nov-04, at 1:36, Pekka Savola wrote:
locators registered in the DNS but assumes that both the reverse tree
and the forward tree are maintained.
==> s/maintained/maintained in a consistent manner/ -- or the like: it's not
sufficient to just put some stuff in the reverses or forward trees, they
must be actively kept in sync. This is an area which is not often the
case..
==> actually, robust implementations have long since started properly
verifying the ICMP messages. For examples, as
draft-gont-tcpm-icmp-attacks-00.txt describes, you can protect against ICMP
attacks against TCP by verifying that the ICMP message includes the correct
port numbers, seq/ack numbers etc., so that only (practically)
on-the-path attacker could have generated them.
Upon changing to a new address pair, transport layer protocol SHOULD be notified so that it can perform a slow start.
==> using 'slow start' might be a bit accurate, because there's not much
slow in 'slow start' except the name.
Did the draft mean a really slow start, or was aggressive probing OK as well?
I.e., this does not discuss whether the set-up could be piggybacked upon
earlier messages? There's plenty of space in those TCP conn. establishment
messages, for example..