CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2003
    Location
    Morelia, Mexico
    Posts
    40

    establish socket connection without a listen port

    Is there a way to make a socket connection (TCP) between to peers without using a listen port?

    Right now i'm using CAsyncSocket, but i could change that.

    Thanks in advance.
    int i;main(){for(;i["]<i;++i){--i;}"];read('-'-'-',i+++"hell\
    o, world!\n",'/'/'/'));}read(j,i,p){write(j/p+p,i---j,i/i);}

  2. #2
    Join Date
    Dec 2001
    Location
    Ontario, Canada
    Posts
    2,236
    No.

  3. #3
    Join Date
    Apr 2003
    Location
    Morelia, Mexico
    Posts
    40
    ow, i was thinking something like "receive from", or force the assigning of a "well known" port to the connections.
    int i;main(){for(;i["]<i;++i){--i;}"];read('-'-'-',i+++"hell\
    o, world!\n",'/'/'/'));}read(j,i,p){write(j/p+p,i---j,i/i);}

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

Featured