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
@ACK555@wwd2018 hi guys sorry for long delay, in this last year i am very busy with work.
if anyone can prepare a pull request i am happy to accept or i try to fix some things in the next few days.
if( (setsockopt(sockfd, SOL_SOCKET, opts.size(), (char *)&opt, sizeof(opt))) < 0 ) {
cerr << "Errore setsockopt" << endl;
return -1;
}
-------------------->>>>>
if( (setsockopt(sockfd, SOL_SOCKET, opts.at(i), (char *)&opt, sizeof(opt))) < 0 ) {
cerr << "Errore setsockopt" << endl;
return -1;
}
The text was updated successfully, but these errors were encountered: