Age | Commit message (Collapse) | Author |
|
Much like with `create_socket()`, this just makes it easier to get
the sockaddr from a socket descriptor, without having to duplicate
everything over, and over again.
|
|
This function makes makes it easier to create sockets, without having to
duplicate code.
|
|
This function takes a `sockaddr`, along with the length of the
`sockaddr`, and creates a string from that address.
|
|
member.
This is to make it easier to send the packet, due to
not having to create an extra buffer before sending
the packet.
|
|
`network.h`.
It wouldn't compile due to them not being defined
eariler, and I don't want to do prototyping.
|
|
|