summaryrefslogtreecommitdiffhomepage
path: root/src/socket
AgeCommit message (Collapse)AuthorFilesLines
2016-05-14code maintenance: properly initialize struct entities.midipix1-1/+1
2016-05-14code maintenance: mark unused parameters.midipix6-0/+14
2016-04-01socket interfaces: ntapi_sc_connect_v2(): fix ipv6 support.midipix1-0/+11
2016-03-27socket interfaces: __ntapi_sc_recv(): added connectionless datagram support.midipix1-8/+23
2016-03-23socket interfaces: __ntapi_sc_send(): added connectionless datagram support.midipix1-8/+39
2016-03-22socket interfaces: sc_shutdown(): remove non-native code path and constants.midipix1-22/+4
2016-03-22socket interfaces: sc_getpeername: initial integration.midipix2-0/+122
Integration of this function into the library has been delayed since the AFD ioctl operation, while succeeding, seems to only memset the caller's address buffer, and accordingly to never copy the remote socket address to it. Callers of sc_getpeername() should therefore first check the return value for success -- which may be used as indication that the socket is connected -- and then test the returned address buffer for validity.
2016-01-23annual chores.midipix17-17/+17
2015-07-27entered advanced internal development stage.midipix17-0/+1231