Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-10 | r7655: test the evnt friendly socket_connect() in the LOCAL-SOCKET test | Andrew Tridgell | 1 | -1/+3 | |
(This used to be commit b9ed92d550f1b821c5402a516eb2dfc2c8d69f0a) | |||||
2007-10-10 | r5304: removed lib/socket/socket.h from includes.h | Andrew Tridgell | 1 | -0/+1 | |
(This used to be commit b902ea546d2d1327b23f40ddaeeaa8e7e3662454) | |||||
2007-10-10 | r4832: added simple testing of tcp sockets to LOCAL-SOCKET test | Andrew Tridgell | 1 | -0/+108 | |
(This used to be commit c06b25c269fb34601e931079ff5658f6e19956bc) | |||||
2007-10-10 | r4831: added udp support to our generic sockets library. | Andrew Tridgell | 1 | -0/+134 | |
I decided to incorporate the udp support into the socket_ipv4.c backend (and later in socket_ipv6.c) rather than doing a separate backend, as so much of the code is shareable. Basically this adds a socket_sendto() and a socket_recvfrom() call and not much all. For udp servers, I decided to keep the call as socket_listen(), even though dgram servers don't actually call listen(). This keeps the API consistent. I also added a simple local sockets testsuite in smbtorture, LOCAL-SOCKET (This used to be commit 9f12a45a05c5c447fb4ec18c8dd28f70e90e32a5) |