CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Grober

Search: Search took 0.02 seconds.

  1. Re: Network Programming for microsoft windows [source codes] ?

    I will not upload it for legal reasons, but you can find it using eMule or here :)
  2. Replies
    5
    Views
    1,776

    Re: WSAAsyncSelect freezes?

    It should work if you put the socket message handling code into the Window Procedure.
  3. Re: Network Programming for microsoft windows [source codes] ?

    Here is it :)
  4. Re: Async WSAConnect failed on XP with error code = 2 ("File not found")

    Save the return value of WSAGetLastError() before the TRACE statement.
  5. Replies
    6
    Views
    8,246

    Re: Programming socket IOCP with OpenSSL

    Your example shows the usage of memory bio. :)
  6. Replies
    6
    Views
    8,246

    Re: Programming socket IOCP with OpenSSL

    [Referring to the example code from the BIO_s_bio manpage]

    After WSARecv completion make the data available to the SSL engine by using BIO_write(network_bio, ..., ...).

    With...
  7. Replies
    6
    Views
    8,246

    Re: Programming socket IOCP with OpenSSL

    http://linux.die.net/man/3/bio_s_bio
  8. Re: Isn't C++ Suppose to be faster than .NET?

    Replace endl with '\n'.
  9. Thread: Tcp_nodelay

    by Grober
    Replies
    10
    Views
    6,419

    Re: Tcp_nodelay

    http://www.gershnik.com/faq/comm.asp#200ms
  10. Re: winsock: function select() work in wrong way under release version.

    No. Always use overlapped i/o with IOCP. There is no reason to use WSAAsyncSelect/WSAEventSelect.
  11. Re: does any one know free web server to embed in my app

    Pion Network Library (pion-net) is a C++ development library for implementing lightweight HTTP interfaces.

    http://www.pion.org/projects/pion-network-library
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured