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

quasee

parent 191532a2
Branches
No related tags found
No related merge requests found
......@@ -522,11 +522,22 @@ void server::start_receveing_message() {
case FIMT:
cout << "Encerrou a transmissao\n";
continueTransmission = 0;
break;
case TEXTO:
data.insert(data.end(), data_f, data_f + tam);
lastSeq = f->get_seq();
tipo_data = TEXTO;
break;
case MIDIA:
break;
case DADOS:
break;
default:
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment