Actions
Bug #7105
closedSocket documentation fix
Bug #7105:
Socket documentation fix
Description
The "Quick start" section of the Socket documentation refers to the Socket::INET constant, which doesn't exist. I've attached a small patch changing the reference to Socket::AF_INET, which seems consistent with the rest of the documentation (the alternative would be Socket::PF_INET, which has the same value).
Files
Actions