Skip to content

Commit

Permalink
Agregado informe final; se borró de Socket enviar y recibir, ya no lo…
Browse files Browse the repository at this point in the history
…s implementa
  • Loading branch information
SBen-IV committed Nov 13, 2020
1 parent 2216021 commit 92cca2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ La siguiente problemática fue el uso del Socket. En un principio se utilizó un

![Diagrama de clase Socket](diagramas/class_Socket.png)

Tanto `GestorDeClientes` como `Comunicador` reciben un `Peer` de `Socket` para iniciar el envio y recibo de mensajes. En el caso de `GestorDeClientes` usa el `Peer` para inicializar a `ThCliente` que se comunicará con `Comunicador`.

De esta forma se pudieron solucionar las 2 problemáticas más importantes del TP siguiendo la estructura de la programación orientada a objetos.
2 changes: 0 additions & 2 deletions common_src/Socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ class Socket {
void enlazar();
void escuchar();
Peer aceptarCliente();
int enviar(const char buffer[TAM_BUFFER], int cant_bytes);
int recibir(char* buffer, int cant_bytes);
void parar();
~Socket() noexcept;
};
Expand Down
Binary file added diagramas/class_Socket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 92cca2b

Please sign in to comment.