Project

General

Profile

Actions

Feature #938

closed

Broadcast UDP

Added by OlegPuchinin (Oleg Puchinin) over 15 years ago. Updated about 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
[ruby-core:20932]

Description

=begin
I want bind UDP socket to broadcast address (e.g. "255.255.255.0")
In "C++" I do
///
int one = 1;
return setsockopt (fd, SOL_SOCKET, SO_BROADCAST, &one, 4);
///
What is in ruby ?
=end


Files

bcast.diff (871 Bytes) bcast.diff OlegPuchinin (Oleg Puchinin), 12/28/2008 11:02 PM
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0