TCPSocket.new(dest_adrr, dest_port, src_addr, src_port) missing from JRuby
--------------------------------------------------------------------------

                 Key: JRUBY-1201
                 URL: http://jira.codehaus.org/browse/JRUBY-1201
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.0.0
            Reporter: Alex D
            Priority: Minor


TCPSocket.new(dest_addr, dest_port) works just fine. However, if a user wishes 
to specify the source address and port for the TCPSocket, there is no way to do 
this.

In MRI, you could use Socket.new() to create the TCPSocket, but this doesn't 
work in JRuby.

Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to