[tcpm] Re: RFC 1323: Timestamps option

David Borman <david.borman@windriver.com> Fri, 25 May 2007 18:09 UTC

Return-path: <tcpm-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1HreEV-0001tz-2K; Fri, 25 May 2007 14:09:47 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1HreEU-0001tu-8L for tcpm@ietf.org; Fri, 25 May 2007 14:09:46 -0400
Received: from mail.windriver.com ([147.11.1.11] helo=mail.wrs.com) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1HreET-0005x4-J0 for tcpm@ietf.org; Fri, 25 May 2007 14:09:46 -0400
Received: from ALA-MAIL03.corp.ad.wrs.com (ala-mail03 [147.11.57.144]) by mail.wrs.com (8.13.6/8.13.6) with ESMTP id l4PI9i0U025640 for <tcpm@ietf.org>; Fri, 25 May 2007 11:09:44 -0700 (PDT)
Received: from ala-mail06.corp.ad.wrs.com ([147.11.57.147]) by ALA-MAIL03.corp.ad.wrs.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 25 May 2007 11:09:44 -0700
Received: from [192.168.117.80] ([192.168.117.80]) by ala-mail06.corp.ad.wrs.com with Microsoft SMTPSVC(6.0.3790.1830); Fri, 25 May 2007 11:09:44 -0700
Mime-Version: 1.0 (Apple Message framework v752.3)
In-Reply-To: <018977E8-C9F4-42E2-A877-95330F65E7D3@windriver.com>
References: <018977E8-C9F4-42E2-A877-95330F65E7D3@windriver.com>
Content-Type: text/plain; charset="US-ASCII"; delsp="yes"; format="flowed"
Message-Id: <F8F82A2D-A73F-49C1-A1AA-B385214D60DF@windriver.com>
Content-Transfer-Encoding: 7bit
From: David Borman <david.borman@windriver.com>
Date: Fri, 25 May 2007 13:09:48 -0500
To: TCP Maintenance and Minor Extensions WG <tcpm@ietf.org>
X-Mailer: Apple Mail (2.752.3)
X-OriginalArrivalTime: 25 May 2007 18:09:44.0286 (UTC) FILETIME=[DF3E47E0:01C79EF7]
X-Spam-Score: 0.1 (/)
X-Scan-Signature: b8f3559805f7873076212d6f63ee803e
Subject: [tcpm] Re: RFC 1323: Timestamps option
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:tcpm@ietf.org>
List-Help: <mailto:tcpm-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=subscribe>
Errors-To: tcpm-bounces@ietf.org

Hi,

I've been having some off-line discussion about how to turn on  
Timestamps mid-stream, and I'm coming to a clearer picture.  I'm now  
now leaning towards changing to allow this to happen in a standard  
way.  I think I can now more clearly enumerate the specific issues  
about enumerating them mid-stream.

First, do you or do you not include Timestamps in the SYN exchange,  
and how much do you care about interoperability with existing 1323  
implementations?  If you do not include Timestamps negotiation, then  
I would expect that mid-stream enabling of Timestamps would only work  
on modified hosts that understand the new rules.

I've come up with a variation on Option #2

Option 2a:
----------
The Timestamps option is sent only in the SYN and SYN,ACK packet.  If  
both sides understand deferred enabling of Timestamps, then the  
connection will continue without Timestamps until one of them  
initiates Timestamps by including it in a packet.  Once Timestamps  
have been sent or received after the initial SYN,ACK, they are then  
sent in all packets for the duration of the connection.

This has the advantage of knowing up front that the other side  
understands the Timestamps option, so when you later decide to enable  
them, you just turn them on and start sending them, you don't have to  
try to figure out midstream whether or not the other side understands  
Timestamps.  When talking to an RFC-1323 implementation, since the  
other side will include Timestamps in all packets, the option will be  
enabled right away.  However, my assumption is that if you have a  
deferred Timestamps implementation talking to an RFC-1323  
implementation, that the desired behavior is that Timestamps will be  
enabled for the entire connection.  If the preference is that talking  
to an RFC-1323 implementation will leave Timestamps disabled for the  
entire connection, then Timestamps shouldn't be negotiated in the SYN  
and SYN,ACK.  But if you don't negotiate Timestamps in the SYN  
exchange, then when you try to enable them mid-stream you have to  
include a mechanism to determine that the other side doesn't support  
them, so that you can stop sending Timestamps to hosts that don't  
support them.

The other issue is how to actually start using Timestamps mid- 
stream.  The information in Timestamps are used for two purposes:  
calculating RTT and for PAWS.  With PAWS, the main issue is to make  
sure that you are doing a valid check.  But RFC 1323 already contains  
a requirement that TS.Recent be able to be invalidated when a  
connection is idle for more than 24 days.  With deferred timestamps,  
you'd just need to ensure that when the first Timestamps option is  
received, that the code for dealing with an invalidated TS.Recent is  
executed.

The other issue is of RTT calculation.  RTT measurements can only be  
taken from ACKs that acknowledge new data.  If the receiving side  
decides it wants to turn on Timestamps and includes one in an ACK  
that acknowledges new data, the TSecr value (which is used to  
calculate RTT) won't be valid, even though it acknowledges new data.   
Probably the simplest way to address this problem is to restrict the  
enabling of Timestamps mid stream to data packets.  That makes a  
certain amount of sense since enabling Timestamps midstream will most  
likely be based on passing some threshold for the amount of data sent.

However, I do have an idea for a deterministic way to know when  
Timestamps have been fully enabled.  When you first start sending  
Timestamps (either initiating, or in response to receiving a  
Timestamps), you fill in the exact same value for TSval in every  
packet that you send, until you receive a packet with a TSecr equal  
to that value.  At that point you know that Timestamps are now  
enabled on both sides, and you start sending new TSval values.  You  
don't do any RTT calculations until you get a packet that  
acknowledges new data, and has a TSecr value that is beyond the  
initial TSval used.  This should address all three scenarios: the  
data receiver initiating enabling Timestamps, the data sender  
initiating enabling Timestamps, and both the sender and receiver  
enabling Timestamps at the same time.  PAWS will work just fine,  
because it doesn't require the clock to tick for each packet, just at  
least once for each sequence space.

So, when a deferred Timestamps implementation connects to an RFC-1323  
implementation, what should be the desired behavior?
	a) Timestamps are enabled for the entire connection
	b) Timestamps are disabled for the entire connection
I think it should be "a".

			-David Borman


On Jan 26, 2007, at 12:33 PM, Borman, David wrote:

> One of the topics that has been discussed in the past for the
> revision of RFC 1323 is to relax the requirement on when to send the
> Timestamps option.  I'd like to come to some resolution on this issue.
>
> Current:
> The Timestamps option is negotiated during the initial SYN exchange.
> If both sides support it, then every packet in the connection has to
> have the Timestamps option.
>
> Option #1
> ---------
> The proposed change is to relax the requirement that Timestamps have
> to be negotiated in the initial SYN, and instead allow them to be
> enabled later on in the connection.  At the time 1323 was originally
> written, there was a big concern for legacy TCP stacks that didn't
> handle unknown options in the middle of the connection, but were able
> to properly ignore unknown options during the SYN exchange.  But that
> was a long time ago, and unknown options in the middle of a TCP
> connection *shouldn't* be as big of an issue anymore.
>
> The rules for enabling Timestamps mid-stream would be:
> 1) If you receive a Timestamps option mid-stream, you can enable
> Timestamps.  From then on, every packet sent will need to contain a
> Timestamps option.
> 2) If you want to enable Timestamps mid-stream, you can only do so on
> a data packet.  You record the sequence number of that data packet,
> and include the Timestamps option on every packet from then on, until
> you receive an ACK for that sequence number.  If at any time you
> receive a packet with the Timestamps option, then they are enabled
> for the rest of the connection.  If you do not receive a packet with
> a Timestamps option by the time you get the ACK for that initial
> sequence number, then the other side has not enabled Timestamps and
> you must stop sending Timestamps for the duration of the connection.
>
> The restriction on only being able to initiate Timestamps on a data
> packet is that they are the only packets that are delivered reliably,
> so determining whether or not the other side supports them is
> deterministic by getting the ACK for that data.
>
>
> Option #2
> ---------
> This is similar to Option #1, but not quite the same.  In this case,
> the Timestamps would be negotiated in the initial SYN as before, but
> then no additional packets would have Timestamps options.  At any
> point during the connection, either side can enable the use of
> Timestamps just by starting to send them.  Since we already know that
> both sides support them, once you start sending them you never stop.
> And if you every receive one, you are then required to also send them
> for the duration of the connection.
>
> The question then is, how do you negotiate Timestamps without turning
> them on?  My suggestion would be to send a Timestamps option with the
> special format TSval=0,TSecr=0.  If you receive this in a SYN, then
> the request is to negotiate knowledge of the Timestamps option.  The
> returning SYN,ACK would also need to contain TSval=0,TSecr=0 to
> complete the negotiation.  If you are connecting to a site that
> doesn't support this feature but does support Timestamps, it would
> respond with TSval=xxx,TSecr=0.  At that point, Timestamps are now
> enabled.  The downside of this is that now the originator has started
> their Timestamps values at 0, and must continue from there with their
> timestamps; they can't just suddenly jump to some arbitrary value
> because that could break PAWs.
>
>
> Option #3
> ---------
> Do nothing, and leave Timestamps alone as they are currently
> defined.  You negotiate them in the SYN, and then include them in
> every packet from then on.
>
> One of the issues with Timestamps is that the TSecr value is defined
> to be valid anytime the ACK bit is set.  This works well with the
> initial SYN negotiation, but when you enable Timestamps midstream,
> the initiator has to send a Timestamps option with an invalid TSecr
> value, but the ACK bit will be set.  That's the case for both of the
> previous options.
>
> So why should we change things?  My recollection was that the primary
> motivation was to conserve option space, to avoid having to put in
> the extra 12 bytes of TCP options on every packet until we get to the
> point where the sequence space might wrap, and then turn them on so
> that we can get PAWS to protect the rest of the connection.  But I'm
> not sure I buy that argument.  One of the things that you lose by
> deferring enabling Timestamps is that you don't get the RTT
> measurements that Timestamps provide.  Without Timestamps, using the
> typical BSD algorithm of timing one segment and waiting for an ACK,
> and adding in the Karn algorithm that you have to invalidate any
> measurements if you had to retransmit in that window, means that at
> best, you'll get one measurement per RTT.  At worst, you can get in a
> state where you never get a valid RTT measurement.  When you use the
> Timestamps option, the worst case is that you'll only get one
> measurement per RTT, and the best case is that you'll get multiple
> valid samples,
>
> My viewpoint
> ------------
> Right now, I'm inclined to leave the Timestamps option alone; you
> negotiate it during the SYN exchange, and then include it on every
> packet.  I'm willing to be convinced otherwise, but now I've placed a
> stake in the ground, and the mailing list will have to decide if
> there is sufficient reason to change the behavior.
>
>                         -David Borman
>
>


_______________________________________________
tcpm mailing list
tcpm@ietf.org
https://www1.ietf.org/mailman/listinfo/tcpm