Skip to content
Snippets Groups Projects
Commit e4a04817 authored by Nico Ramos's avatar Nico Ramos
Browse files

talvez eu cague tudo

parent d24ac469
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,6 @@ int client::send_frames(vector<frame *> frames) { ...@@ -174,7 +174,6 @@ int client::send_frames(vector<frame *> frames) {
// Recebe a resposta do servidor // Recebe a resposta do servidor
while ( !janela.empty() ) { while ( !janela.empty() ) {
//for (int i = 0; i < min((int)TAM_JANELA, (int)frames.size()); i++) {
frame *res = NULL; frame *res = NULL;
int retries = 0; int retries = 0;
...@@ -201,10 +200,6 @@ int client::send_frames(vector<frame *> frames) { ...@@ -201,10 +200,6 @@ int client::send_frames(vector<frame *> frames) {
iniJanela++; iniJanela++;
janela.pop(); janela.pop();
} }
//else {
// i--;
//}
} }
// apaga a janela // apaga a janela
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment