• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Writing on a common socket from multiple threads
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Writing on a common socket from multiple threads


  • Subject: Re: Writing on a common socket from multiple threads
  • From: Nathan Sims <email@hidden>
  • Date: Wed, 01 Jun 2011 17:22:39 -0700

On Jun 1, 2011, at 5:16 PM, Nathan Sims wrote:
>    ip_socket = socket(AF_INET,SOCK_STREAM,0);
>
Typo, that was intended to be:

   ip_socket = socket(AF_INET,SOCK_STREAM,IPPROTO_TCP);
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Writing on a common socket from multiple threads (From: Nathan Sims <email@hidden>)
 >Re: Writing on a common socket from multiple threads (From: "Quinn \"The Eskimo!\"" <email@hidden>)
 >Re: Writing on a common socket from multiple threads (From: Nathan Sims <email@hidden>)
 >Re: Writing on a common socket from multiple threads (From: Josh Graessley <email@hidden>)
 >Re: Writing on a common socket from multiple threads (From: "Quinn \"The Eskimo!\"" <email@hidden>)
 >Re: Writing on a common socket from multiple threads (From: Nathan Sims <email@hidden>)

  • Prev by Date: Re: Writing on a common socket from multiple threads
  • Next by Date: Connection delegate never getting called, with chunked response
  • Previous by thread: Re: Writing on a common socket from multiple threads
  • Next by thread: Connection delegate never getting called, with chunked response
  • Index(es):
    • Date
    • Thread