IETF draft extending the DCCP protocol with multipath capabilities.
This is work in progress and uses "xml2rfc" v3 vocabulary. Github workflow process has been configured to verify:
Please ensure that the CI tests continue to succeed everytime you submit a pull request.
Get latest .txt
and .html
view from tsvwg/ietf-multipath-dccp
master
branch
.html
ietf-multipath-dccp.html
Comparison with latest published IETF version
make
is used to automate the build process and supports:
make
or make default
creates XML and TXT filesmake xml
creates XML file and prepped XML file for submissionmake text
creates TXT and XML filesmake html
creates HTML and XML filesmake all
creates XML, TXT and HTML filesmake spell
check spelling and returns list of unknown/incorrect words with line numbersmake spell_list
generates according to make spell
a well shaped list ready to be copied to the .cspell.json "words" listmake clean
delete all generated files and remain with the Markdown file solelymake full
check spelling and creates XML, TXT and HTML files. (Also used for CI)A minimal requirement list of packets to be installed based on latest Ubuntu can be found in the Github workflow for CI: .github/workflows/verify.yml