Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for chromium.org
« Groups Home
Multicast support for chrome.socket API (issue 140681)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tilka  
View profile  
 More options Nov 2 2012, 4:07 am
From: Tilka <til...@gmail.com>
Date: Fri, 2 Nov 2012 01:07:53 -0700 (PDT)
Local: Fri, Nov 2 2012 4:07 am
Subject: Multicast support for chrome.socket API (issue 140681)

Is there some kind of design document for the chrome.socket API<http://developer.chrome.com/apps/socket.html>?
If not, I'd like to propose the following extension in order to fully
support multicast:

Either several high-level wrapper functions:
chrome.socket.joinGroup(int socketId, string groupAddress, function
callback)
chrome.socket.leaveGroup(int socketId, string groupAddress, function
callback)
chrome.socket.blockSource(int socketId, string sourceAddress, function
callback)
chrome.socket.unblockSource(int socketId, string sourceAddress, function
callback)
chrome.socket.setAllowReuse(int socketId, bool allowReuse, function
callback)
...

Or one low-level function and several allowed socket options:
chrome.socket.setSocketOption(int socketId, int option, object
withWhateverParametersAreNeeded, function callback)
chrome.socket.MCAST_JOIN_GROUP
chrome.socket.MCAST_BLOCK_SOURCE
...

What do you think?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Tsao  
View profile  
 More options Nov 2 2012, 12:24 pm
From: Mike Tsao <mi...@chromium.org>
Date: Fri, 2 Nov 2012 09:24:01 -0700
Local: Fri, Nov 2 2012 12:24 pm
Subject: Re: [chromium-discuss] Multicast support for chrome.socket API (issue 140681)
We'd welcome a design document for your proposal! Please include
specific use cases, which helps us validate the design and get a sense
of the appropriate priority for the work. Thanks.

Mike Tsao


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »