Socket Listen function backLog param error

  • Thread starter Thread starter eric
  • Start date Start date
E

eric

calling socket.Listen(int backLog) produces an error no matter what value I
pass to it. How do I call this?


TIA
 
Produces *what* error? You *are* doing this on a stream, not a datagram,
socket, right?

Paul T.
 
Sorry, forgot to include the error message which is 'operation is not
supported' or something to that effect. Yes I was using datagram and udp
which I just figured out was the issue. Thanks for the reply.


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:%[email protected]...
 
Back
Top