Class | IPSocket |
In: |
ext/socket/socket.c
|
Parent: | BasicSocket |
IPSocket is the parent of TCPSocket and UDPSocket and implements functionality common to them.
A number of APIs in IPSocket, Socket, and their descendants return an address as an array. The members of that array are:
The address and port can be used directly to create sockets and to bind or connect them to the address.