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

TCP: tcp_send_segment resend if no ack #30

Open
joexbayer opened this issue Apr 3, 2023 · 1 comment
Open

TCP: tcp_send_segment resend if no ack #30

joexbayer opened this issue Apr 3, 2023 · 1 comment
Labels
Kernel Part of the kernel Networking

Comments

@joexbayer
Copy link
Owner

tcp_send_segment should set a timestamp and resend if no ack is received.

@joexbayer joexbayer added Kernel Part of the kernel Networking labels Apr 3, 2023
@joexbayer
Copy link
Owner Author

In tcp_send_segment spin (block) till either ack has arrived or timer has run out. This is ok, since we use stop and wait

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kernel Part of the kernel Networking
Projects
None yet
Development

No branches or pull requests

1 participant