From 2c060c00ff486f628d651eeac6db327bc1f3a7f1 Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Wed, 30 Sep 2015 17:34:42 -0700 Subject: [PATCH] added table of contents to SIGCOMM_2015 README --- SIGCOMM_2015/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/SIGCOMM_2015/README.md b/SIGCOMM_2015/README.md index 2e76ff2..6d9bb96 100644 --- a/SIGCOMM_2015/README.md +++ b/SIGCOMM_2015/README.md @@ -1,3 +1,24 @@ + + +**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* + +- [P4 SIGCOMM 2015 Tutorial](#p4-sigcomm-2015-tutorial) + - [Introduction](#introduction) + - [Obtaining required software](#obtaining-required-software) + - [Before starting the exercises](#before-starting-the-exercises) + - [Exercise 1: Source Routing](#exercise-1-source-routing) + - [Description of the EasyRoute protocol](#description-of-the-easyroute-protocol) + - [A few hints](#a-few-hints) + - [Populating the tables](#populating-the-tables) + - [Testing your code](#testing-your-code) + - [Debugging your code](#debugging-your-code) + - [Exercise 2: Implementing TCP flowlet switching](#exercise-2-implementing-tcp-flowlet-switching) + - [What is flowlet switching?](#what-is-flowlet-switching) + - [Running the starter code](#running-the-starter-code) + - [What you need to do](#what-you-need-to-do) + + + # P4 SIGCOMM 2015 Tutorial The original webpage for the tutorial can be found