Bonjour,
Je cherche un logiciel style ABC (... avec interface graphique !) pour les fichier Torrent.
Merci.
Forum général.général Logiciel biTorrent !
11
mar.
2005
value = sendto( sock , bufreq , strlen(bufreq) +1 , 0 , (struct sockaddr *)&server_in , sizeof( server_in ) );
if( value == -1 ){
printf("port fermé\n");
return -1;
}