<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>QoE | Deakin IoT &amp; Software Engineering Lab</title><link>https://deakiniotlab.au/tag/qoe/</link><atom:link href="https://deakiniotlab.au/tag/qoe/index.xml" rel="self" type="application/rss+xml"/><description>QoE</description><generator>Hugo Blox Builder (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Mon, 12 May 2025 00:00:00 +0000</lastBuildDate><image><url>https://deakiniotlab.au/media/icon_hu_428d647166466d7.png</url><title>QoE</title><link>https://deakiniotlab.au/tag/qoe/</link></image><item><title>Implementing an Experience-driven Low Latency, Low Loss, and Scalable Throughput (L4S) Internet Service Architecture using FreeBSD</title><link>https://deakiniotlab.au/projects/l4s/</link><pubDate>Mon, 12 May 2025 00:00:00 +0000</pubDate><guid>https://deakiniotlab.au/projects/l4s/</guid><description>&lt;!-- ##
**A research initiative by Deakin University's IoT &amp; Software Engineering Lab, supported by the APNIC Foundation**
--- --&gt;
&lt;!-- &lt;div style="margin-top: 1em;"&gt;
&lt;a href="https://apnic.foundation/projects/implementing-an-experience-driven-l4s-internet-service-architecture-in-freebsd/" target="_blank" class="button primary"&gt;Go to Project Site&lt;/a&gt;
&lt;/div&gt; --&gt;
&lt;h3 id="project-overview"&gt;Project Overview&lt;/h3&gt;
&lt;p&gt;This project explores the integration of Deep Reinforcement Learning (DRL) and Large Language Models (LLMs) with the Low Latency, Low Loss, and Scalable Throughput (L4S) architecture to improve Internet congestion control. Hosted at Deakin University and funded by the APNIC Foundation, the project implements modular congestion control algorithms within FreeBSD, evaluates them on custom-built testbeds, and disseminates experimental results, software and datasets to the wider community.&lt;/p&gt;
&lt;hr&gt;
&lt;h3 id="key-outcomes"&gt;Key Outcomes&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;DRL-based Multipath TCP (MPTCP) and AQM modules implemented in FreeBSD&lt;/li&gt;
&lt;li&gt;Public testbed infrastructure available for reproducible experimentation&lt;/li&gt;
&lt;li&gt;Peer-reviewed publications and ongoing contributions in academic/industry conferences&lt;/li&gt;
&lt;li&gt;Student internships, mentoring, and curriculum integration for skill development&lt;/li&gt;
&lt;li&gt;Ongoing industry and research partnerships&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id="open-source-software-and-datasets"&gt;Open Source Software and Datasets&lt;/h3&gt;
&lt;p&gt;All source code and supporting data from this project have been made openly available to support reproducibility and collaboration:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Experimental L4S testbed setup: &lt;a href="https://github.com/MPTCP-FreeBSD/FreeBSD-L4S-Experiments" target="_blank" rel="noopener"&gt;https://github.com/MPTCP-FreeBSD/FreeBSD-L4S-Experiments&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;DRL-enhanced congestion control stack for FreeBSD: &lt;a href="https://github.com/MPTCP-FreeBSD/FreeBSD-DRL-L4S" target="_blank" rel="noopener"&gt;https://github.com/MPTCP-FreeBSD/FreeBSD-DRL-L4S&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Predictive congestion marking using LLMs: &lt;a href="https://github.com/MPTCP-FreeBSD/L4S-LLM" target="_blank" rel="noopener"&gt;https://github.com/MPTCP-FreeBSD/L4S-LLM&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Adaptive TCP fairness via fine-tuned LLMs: &lt;a href="https://github.com/MPTCP-FreeBSD/LLM-TCP" target="_blank" rel="noopener"&gt;https://github.com/MPTCP-FreeBSD/LLM-TCP&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;AQM decision models powered by LLM-based inference: &lt;a href="https://github.com/MPTCP-FreeBSD/AQM-LLM" target="_blank" rel="noopener"&gt;https://github.com/MPTCP-FreeBSD/AQM-LLM&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id="publications"&gt;Publications&lt;/h3&gt;
&lt;!-- - **Pokhrel et al.**, “DDPG-MPCC: An experience driven multipath performance oriented congestion control,” *Future Internet*, Feb. 2024. [DOI](https://doi.org/10.3390/fi16020037)
- **Shrestha et al.**, “On the fairness of Internet congestion control over WiFi with deep reinforcement learning,” *Future Internet*, Sept. 2024. [DOI](https://doi.org/10.3390/fi16090330)
- **Satish et al.**, “AQM in L4S with A3C: A FreeBSD networking stack perspective,” *Future Internet*, Aug. 2024. [DOI](https://doi.org/10.3390/fi16080265)
- **Pokhrel et al.**, “Multipath TCP implementation under FreeBSD-13 for pluggable ML models,” *Computer Networks*, 2024. [DOI](https://doi.org/10.1016/j.comnet.2024.110671)
- **Shrestha et al.**, “Adapting LLMs for improving TCP fairness over WiFi,” *arXiv*, Dec. 2024. [arXiv:2412.18200](https://arxiv.org/abs/2412.18200)
- **Satish et al.**, “Distilling LLMs for network AQM,” *arXiv*, Jan. 2025. [arXiv:2501.16734](https://arxiv.org/abs/2501.16734) --&gt;
&lt;!-- - S. R. Pokhrel, J. Kua, D. Satish, S. Ozer, J. Howe, and A. Walid., **“DDPG-MPCC: An experience driven multipath performance oriented congestion control,** Future Internet, vol. 16, no. 2, p. 37, Feb. 2024. [Online]. Available: https://doi.org/10.3390/fi16020037
- Shrestha, S.K., Pokhrel, S.R. and Kua, J., **"On the Fairness of Internet Congestion Control over WiFi with Deep Reinforcement Learning"**. Future Internet, 16(9), p.330, Sept. 2024. [Online]. Available: https://doi.org/10.3390/fi16090330
- Satish, D., Kua, J. and Pokhrel, S., **"Active Queue Management in L4S with Asynchronous Advantage Actor-Critic: A FreeBSD Networking Stack Perspective"**, Aug. 2024. [Online]. Available: https://doi.org/10.3390/fi16080265
- Pokhrel, S.R., Kua, J., Fleming, B., Ozer, S., Howe, J. and Walid, A., **"Multipath TCP implementation under FreeBSD-13 for pluggable machine learning models"**. Computer Networks, 252, p.110671, 2024. [Online]. Available: https://doi.org/10.1016/j.comnet.2024.110671
- Shrestha, S.K., Pokhrel, S.R. and Kua, J., **"Adapting Large Language Models for Improving TCP Fairness over WiFi"**. *arXiv preprint arXiv:2412.18200*., Dec. 2024. [Online]. Available: https://arxiv.org/abs/2412.18200
- Satish, D., Pokhrel, S.R., Kua, J. and Walid, A., **“Distilling Large Language Models for Network Active Queue Management”**. *arXiv preprint arXiv:2501.16734.*, Jan. 2025. [Online]. Available: https://arxiv.org/abs/2501.16734 --&gt;
&lt;ul&gt;
&lt;li&gt;S. R. Pokhrel, J. Kua, D. Satish, S. Ozer, J. Howe, and A. Walid, &lt;strong&gt;“DDPG-MPCC: An experience driven multipath performance oriented congestion control,”&lt;/strong&gt; Future Internet, vol. 16, no. 2, p. 37, Feb. 2024. [Online]. Available: &lt;a href="https://doi.org/10.3390/fi16020037" target="_blank" rel="noopener"&gt;https://doi.org/10.3390/fi16020037&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;S. K. Shrestha, S. R. Pokhrel, and J. Kua, &lt;strong&gt;“On the fairness of internet congestion control over WiFi with deep reinforcement learning,”&lt;/strong&gt; Future Internet, vol. 16, no. 9, p. 330, Sept. 2024. [Online]. Available: &lt;a href="https://doi.org/10.3390/fi16090330" target="_blank" rel="noopener"&gt;https://doi.org/10.3390/fi16090330&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;D. Satish, J. Kua, and S. R. Pokhrel, &lt;strong&gt;“Active Queue Management in L4S with Asynchronous Advantage Actor-Critic: A FreeBSD Networking Stack Perspective,”&lt;/strong&gt; Future Internet, vol. 16, no. 8, p. 265, Aug. 2024. [Online]. Available: &lt;a href="https://doi.org/10.3390/fi16080265" target="_blank" rel="noopener"&gt;https://doi.org/10.3390/fi16080265&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;S. R. Pokhrel, J. Kua, B. Fleming, S. Ozer, J. Howe, and A. Walid, &lt;strong&gt;“Multipath TCP implementation under FreeBSD-13 for pluggable machine learning models,”&lt;/strong&gt; Computer Networks, vol. 252, p. 110671, 2024. [Online]. Available: &lt;a href="https://doi.org/10.1016/j.comnet.2024.110671" target="_blank" rel="noopener"&gt;https://doi.org/10.1016/j.comnet.2024.110671&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;S. K. Shrestha, S. R. Pokhrel, and J. Kua, &lt;strong&gt;“Adapting large language models for improving TCP fairness over WiFi,”&lt;/strong&gt; &lt;em&gt;arXiv preprint arXiv:2412.18200&lt;/em&gt;, Dec. 2024. [Online]. Available: &lt;a href="https://arxiv.org/abs/2412.18200" target="_blank" rel="noopener"&gt;https://arxiv.org/abs/2412.18200&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;D. Satish, S. R. Pokhrel, J. Kua, and A. Walid, &lt;strong&gt;“Distilling large language models for network active queue management,”&lt;/strong&gt; &lt;em&gt;arXiv preprint arXiv:2501.16734&lt;/em&gt;, Jan. 2025. [Online]. Available: &lt;a href="https://arxiv.org/abs/2501.16734" target="_blank" rel="noopener"&gt;https://arxiv.org/abs/2501.16734&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h3 id="get-involved"&gt;Get Involved&lt;/h3&gt;
&lt;p&gt;Interested in collaborating or learning more? Our project continues to grow through academic and industry partnerships, conference engagement, and educational outreach.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Contact:&lt;/strong&gt; &lt;a href="mailto:jonathan.kua@deakin.edu.au"&gt;jonathan.kua@deakin.edu.au&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Contact:&lt;/strong&gt; &lt;a href="mailto:shiva.pokhrel@deakin.edu.au"&gt;shiva.pokhrel@deakin.edu.au&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>