IETF draft on disguising DCCP to appear as UDP in a lossless manner.
This is work in progress and uses "xml2rfc" v3 vocabulary. Travis has been configured to verify:
- the spelling (see the .cspell.json file if you need to add specific words to be considered correct)
- the build of the Internet drafts
Please ensure that the CI tests continue to succeed everytime you submit a pull request.
Get latest .txt
and .html
view from markusa/ietf-dccp-udp-header-conversion
master
branch
.txt
ietf-dccp-udp-header-conversion.txt (Debug)
.html
ietf-dccp-udp-header-conversion.html (Debug)
make
is used to automate the build process and supports:
make
ormake 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 tomake 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
(used for travis) check spelling and creates XML, TXT and HTML files
A minimal requirement list of packets to be installed based on Ubuntu "Focal Fossa" can be found in .travis.yml