Project

General

Profile

Actions

Feature #938

closed

Broadcast UDP

Feature #938: Broadcast UDP

Added by OlegPuchinin (Oleg Puchinin) over 17 years ago. Updated almost 15 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: PDF Atom