• 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: Multipeer Networking for groups > 8?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multipeer Networking for groups > 8?


  • Subject: Re: Multipeer Networking for groups > 8?
  • From: Jens Alfke <email@hidden>
  • Date: Tue, 11 Jul 2017 13:01:21 -0700

> On Jul 11, 2017, at 12:45 PM, Tom Pusateri <email@hidden> wrote:
>
> Since you did say iOS (and therefore wifi), I would suggest a unicast
> approach for the data, especially given the push to encrypt everything these
> days. Using IP Multicast with encryption is a bigger challenge with key
> distribution. Using TLS over TCP unicast is pretty simple with Apple’s
> NSURLSession.

I agree. Also, handling packet retransmission in multicast seems like it would
be tricky — if a recipient can tell that it’s lost a packet then it can sent a
(unicast) retransmit request back to the sender, who can (unicast) send it
again … but there are cases where the recipient doesn’t know it was supposed to
get a packet that it didn’t get.

I’ve built a small P2P system where peers open TCP sockets on demand when they
have something to send. It worked pretty well for very small numbers of peers,
but I never got around to any scalability testing. This is likely the same
approach MPC uses.

—Jens
 _______________________________________________
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: 
 >Re: Multipeer Networking for groups > 8? (From: Andreas Fink <email@hidden>)
 >Re: Multipeer Networking for groups > 8? (From: Tom Pusateri <email@hidden>)

  • Prev by Date: Re: Multipeer Networking for groups > 8?
  • Next by Date: Re: Multipeer Networking for groups > 8?
  • Previous by thread: Re: Multipeer Networking for groups > 8?
  • Next by thread: Re: Multipeer Networking for groups > 8?
  • Index(es):
    • Date
    • Thread