You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intiniciar_servidor(void)
{
// Quitar esta línea cuando hayamos terminado de implementar la funcionassert(!"no implementado!");
intsocket_servidor;
...
uint32_tflag=1;
setsockopt(socket_servidor, SOL_SOCKET, SO_REUSEPORT, &flag, sizeof(flag));
...
The text was updated successfully, but these errors were encountered:
Add some like this to solve port issues on lab
The text was updated successfully, but these errors were encountered: