Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for post-WGLC review by Christian #41

Merged
merged 30 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a991499
Acknowledgements
marco-tiloca-sics Aug 3, 2024
9ef1993
Fixes in the markdown
marco-tiloca-sics Aug 3, 2024
7a94167
Diff appendix
marco-tiloca-sics Aug 3, 2024
b590f2d
Editorial
marco-tiloca-sics Aug 3, 2024
24bd5d3
Clarified security on the different legs with a proxy
marco-tiloca-sics Sep 5, 2024
0a7352f
Clarified relation with TCP/TLS/WebSockets
marco-tiloca-sics Sep 5, 2024
2ba39b6
Nits
marco-tiloca-sics Sep 5, 2024
2596e54
Resource retrieval through consecutive group requests with Block2
marco-tiloca-sics Sep 5, 2024
92fe943
Eventual consistency from Observe compensates for lost notifications
marco-tiloca-sics Sep 5, 2024
aeb76aa
PROBING_RATE as a means to enforce congestion control
marco-tiloca-sics Sep 5, 2024
a18f536
Clarifications on response suppression
marco-tiloca-sics Sep 5, 2024
988d10e
Handling of multiple responses from the same server to the same request
marco-tiloca-sics Sep 5, 2024
797af34
s/SHOULD/MAY on changing port number from group request to response
marco-tiloca-sics Sep 5, 2024
dcfc911
Generalized resending of a group request with different Message ID
marco-tiloca-sics Sep 5, 2024
7e3bffc
Made RFC 7967 a normative reference
marco-tiloca-sics Sep 5, 2024
04dd314
Clarified that rt=g.<GROUPTYPE> is used just as an example
marco-tiloca-sics Sep 5, 2024
d853ed2
Outcome of RFC7390 experiment on group membership configuration protocol
marco-tiloca-sics Sep 5, 2024
61acfc5
Issues and Limitations with Forward-Proxies compiled in an appendix
marco-tiloca-sics Sep 8, 2024
ebd85dd
Issues and limitations with Reverse-Proxies compiled in an appendix
marco-tiloca-sics Sep 8, 2024
b780314
Added application group resource URI path(s) in Figure 1.
EskoDijk Sep 15, 2024
6d66d27
Simplified section on application group naming using URI authority an…
EskoDijk Sep 15, 2024
e405dbb
Clarified the issue of identical ETags from multiple servers and adde…
EskoDijk Sep 15, 2024
2b0c535
Clarified how a group name can be included in a URI path for reverse …
EskoDijk Sep 15, 2024
f17ab55
fix-lint
EskoDijk Sep 15, 2024
f713d31
Editorial
marco-tiloca-sics Sep 16, 2024
d1a1ccc
Update archive.yml
marco-tiloca-sics Sep 16, 2024
4e6ab8d
Update ghpages.yml
marco-tiloca-sics Sep 16, 2024
2e0f2f3
Update publish.yml
marco-tiloca-sics Sep 16, 2024
bef81c8
Wording updates and clarifications on earlier commit 6d66d27b45d13c21…
EskoDijk Sep 17, 2024
f814b28
Fixed section numbers of the referenced -core-oscore-groupcomm-23
marco-tiloca-sics Oct 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: "Save Archive"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: archive.json
2 changes: 1 addition & 1 deletion .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: "Archive Built Drafts"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: |
draft-*.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
make: upload

- name: "Archive Submitted Drafts"
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: "draft-*-[0-9][0-9].xml"
Loading
Loading