Bonsoir a tous,

j'ai dans un syllabus :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
   int tailleS, tailleO;
...
   getsockopt(hsocketService,IPPROTO_TCP,TCP_MAXSEG,&tailleS,&tailleO);
...
nbreBytesRecus = recv(hsocketServices,buf,tailleS,0);
...
a quoi correspond tailleS et tailleO?

Merci