Results 1 to 2 of 2

Thread: tcpClient errors EVERYTIME

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2003
    Location
    Chandler, AZ
    Posts
    1

    tcpClient errors EVERYTIME

    Hello all, I'm hoping someone can help newbie me.

    I have been trying to write a quick VB .NET program to connect to an IRC server, just to see how sockets work. The problem is every time I do a new tcpclient connect I get the following error:

    An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in system.dll

    Additional information: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full

    ---

    This happens on ANY connect. Here was my simple code:

    mobjClient = New TcpClient("irc.efnet.nl", 6667)

    Nothing to hard there. Can anyone tell me why this would happen?

    Ray

  2. #2
    Addicted Member Bazza81's Avatar
    Join Date
    Apr 2001
    Location
    Nottingham, UK
    Posts
    203
    Because the system lacked sufficient buffer space or because a queue was full.

    Who needs rhetorical questions anyway?


    Bazza NET - The place you want to be!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width