Results 1 to 5 of 5

Thread: QTcpSocket readyRead and buffer size

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Jan 2008
    Location
    Silicon valley
    Posts
    15
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QTcpSocket readyRead and buffer size

    As soon as there is something in the buffer (even if it's a single byte). Look in bool QAbstractSocketPrivate::_q_canReadNotification() in src/network/qabstractsocket.cp

  2. The following user says thank you to seveninches for this useful post:

    pdoria (1st February 2008)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.