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

Se l'ack dell'ultimo pacchetto e perso nella rete, il ricevente considera il messaggio ricevuto e il mittente non avra modo di sapere l'esito dell'invio #38

Open
Torkin1 opened this issue Sep 5, 2021 · 0 comments
Labels
corrective bug, problemi, ...

Comments

@Torkin1
Copy link
Owner

Torkin1 commented Sep 5, 2021

possibili soluzioni:

  • rendere gli ack esenti dalla probabilita di perdita
    • scenario meno realistico, ma soluzione piu semplice
  • mittente ritenta max num di volte a ritrasmettere, dopodiche se non riceve ack assume che il pacchetto e andato perso e considera l'invio del messaggio fallito (Implement send error handling #10).
    • piu realistico ma necessita di un maggior numero di modifiche
@Torkin1 Torkin1 added the corrective bug, problemi, ... label Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
corrective bug, problemi, ...
Projects
None yet
Development

No branches or pull requests

1 participant