Bug 43309

Summary: add apr_socket_sendtov support
Product: APR Reporter: Issac Goldstand <margol>
Component: APRAssignee: Apache Portable Runtime bugs mailinglist <bugs>
Status: NEW ---    
Severity: enhancement Keywords: PatchAvailable
Priority: P2    
Version: HEAD   
Target Milestone: ---   
Hardware: Other   
OS: other   
Attachments: patch (unix-only) to provide apr_sock_sendtov
patch for win32
patch for win32
patch for beos

Description Issac Goldstand 2007-09-05 02:19:36 UTC
Currently, programs which wish to send vectors via sockets in APR must use 
connected stream sockets (either writev or socket_send).  However, non-
connected UDP sockets cannot use these options.  The proposed solution is to 
add a apr_socket_sendtov function which uses the apr_socket_sendto function 
instead of send
Comment 1 Issac Goldstand 2007-09-05 02:30:59 UTC
Created attachment 20773 [details]
patch (unix-only) to provide apr_sock_sendtov
Comment 2 Issac Goldstand 2007-09-09 00:36:20 UTC
Created attachment 20783 [details]
patch for win32
Comment 3 Issac Goldstand 2007-09-09 00:45:25 UTC
Created attachment 20784 [details]
patch for win32
Comment 4 Issac Goldstand 2007-09-09 00:45:44 UTC
Created attachment 20785 [details]
patch for beos