Skip to content

Commit 4db7832

Browse files
committed
update dates for Sliding Window Protocol project
1 parent abfccd5 commit 4db7832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_data/projects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
"image": "/images/Sliding-Window-Protocol.jpg",
287287
"alt": "Sliding Window Protocol diagram",
288288
"description": "Built a reliable file transfer protocol on top of UDP using a Selective Reject sliding window. The project includes a client and forked server that handle packet loss, reordering, and corruption via checksums, cumulative ACKs (RR), targeted NACKs (SREJ), and an EOF/ACK teardown.",
289-
"dates": "Mar. 2025 - May. 2025",
289+
"dates": "May. 2025",
290290
"tags": ["Networks", "Protocol design", "UDP", "C"],
291291
"projectPage": {
292292
"url": "/projects/reliable-udp-transfer.html",

0 commit comments

Comments
 (0)