Skip to content

feat(tcp): add getter methods for TCP socket metrics#3

Merged
fslongjin merged 1 commit intodragonos/v0.12.0from
feat-add-tcp-metrics-getters
Jan 8, 2026
Merged

feat(tcp): add getter methods for TCP socket metrics#3
fslongjin merged 1 commit intodragonos/v0.12.0from
feat-add-tcp-metrics-getters

Conversation

@fslongjin
Copy link
Member

  • Add remote_mss, remote_win_len, remote_win_scale getters
  • Add rtt, rtt_var, rto, retransmits getters
  • Add cwnd, ssthresh getters via congestion controller trait
  • Add local_seq_no, remote_last_ack getters
  • Implement cwnd and ssthresh for Cubic, Reno, and NoControl controllers

- Add remote_mss, remote_win_len, remote_win_scale getters
- Add rtt, rtt_var, rto, retransmits getters
- Add cwnd, ssthresh getters via congestion controller trait
- Add local_seq_no, remote_last_ack getters
- Implement cwnd and ssthresh for Cubic, Reno, and NoControl controllers

Signed-off-by: longjin <longjin@dragonos.org>
@fslongjin fslongjin merged commit e37bbb0 into dragonos/v0.12.0 Jan 8, 2026
9 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant