[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: Minutes / Notes
[ post by non-subscriber. with the massive amount of spam, it is easy to miss
and therefore delete posts by non-subscribers. if you wish to regularly
post from an address that is not subscribed to this mailing list, send a
message to <listname>-owner@ops.ietf.org and ask to have the alternate
address added to the list of addresses from which submissions are
automatically accepted. ]
] >> This is only important if you want TCP connections to be able to
] >> survive having an incoming link fail .. This may not be an important
] >> goal
]
] > I believe that the WG has come to rough consensus that this is, in
] > fact, an important goal for us to solve.
]
] *It is architecturally crucial that the WG resolve this point.*
It is essential that TCP connections be able to survive link failures. If you
don't have this, you basically have to re-implement much of TCP at a higher
layer. (Typically, explicit acks for application data, the ability to detect
a lack of acknowledgment and to retransmit unacknowledged application data,
and to gracefully handle duplicate transmissions of application data.)