ECN++: Adding Explicit Congestion Notification (ECN) to TCP Control Packets
draft-ietf-tcpm-generalized-ecn-00
Network Working Group M. Bagnulo
Internet-Draft UC3M
Intended status: Experimental B. Briscoe
Expires: March 22, 2018 Simula Research Lab
September 18, 2017
ECN++: Adding Explicit Congestion Notification (ECN) to TCP Control
Packets
draft-ietf-tcpm-generalized-ecn-00
Abstract
This document describes an experimental modification to ECN when used
with TCP. It allows the use of ECN on the following TCP packets:
SYNs, pure ACKs, Window probes, FINs, RSTs and retransmissions.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on March 22, 2018.
Copyright Notice
Copyright (c) 2017 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Bagnulo & Briscoe Expires March 22, 2018 [Page 1]
Internet-Draft ECN++ September 2017
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Motivation . . . . . . . . . . . . . . . . . . . . . . . 3
1.2. Experiment Goals . . . . . . . . . . . . . . . . . . . . 4
1.3. Document Structure . . . . . . . . . . . . . . . . . . . 5
2. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 5
3. Specification . . . . . . . . . . . . . . . . . . . . . . . . 6
3.1. Network (e.g. Firewall) Behaviour . . . . . . . . . . . . 6
3.2. Endpoint Behaviour . . . . . . . . . . . . . . . . . . . 6
3.2.1. SYN . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.2.2. SYN-ACK . . . . . . . . . . . . . . . . . . . . . . . 11
3.2.3. Pure ACK . . . . . . . . . . . . . . . . . . . . . . 12
3.2.4. Window Probe . . . . . . . . . . . . . . . . . . . . 13
3.2.5. FIN . . . . . . . . . . . . . . . . . . . . . . . . . 13
3.2.6. RST . . . . . . . . . . . . . . . . . . . . . . . . . 14
3.2.7. Retransmissions . . . . . . . . . . . . . . . . . . . 14
4. Rationale . . . . . . . . . . . . . . . . . . . . . . . . . . 15
4.1. The Reliability Argument . . . . . . . . . . . . . . . . 15
4.2. SYNs . . . . . . . . . . . . . . . . . . . . . . . . . . 16
4.2.1. Argument 1a: Unrecognized CE on the SYN . . . . . . . 16
4.2.2. Argument 1b: Unrecognized ECT on the SYN . . . . . . 18
4.2.3. Argument 2: DoS Attacks . . . . . . . . . . . . . . . 20
4.3. SYN-ACKs . . . . . . . . . . . . . . . . . . . . . . . . 20
4.4. Pure ACKs . . . . . . . . . . . . . . . . . . . . . . . . 22
4.4.1. Cwnd Response to CE-Marked Pure ACKs . . . . . . . . 23
4.4.2. ACK Rate Response to CE-Marked Pure ACKs . . . . . . 24
4.4.3. Summary: Enabling ECN on Pure ACKs . . . . . . . . . 25
4.5. Window Probes . . . . . . . . . . . . . . . . . . . . . . 25
4.6. FINs . . . . . . . . . . . . . . . . . . . . . . . . . . 26
4.7. RSTs . . . . . . . . . . . . . . . . . . . . . . . . . . 26
4.8. Retransmitted Packets. . . . . . . . . . . . . . . . . . 27
5. Interaction with popular variants or derivatives of TCP . . . 28
5.1. SCTP . . . . . . . . . . . . . . . . . . . . . . . . . . 29
5.2. IW10 . . . . . . . . . . . . . . . . . . . . . . . . . . 29
5.3. TFO . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
6. Security Considerations . . . . . . . . . . . . . . . . . . . 30
7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 30
8. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 30
Show full document text