module Socket

Overview

The Socket module provides classes for interacting with network sockets.

Protocol implementations:

Defined in:

socket.cr
socket/common.cr
socket/address.cr
socket/addrinfo.cr
socket/server.cr
socket/delegates.cr

Constant Summary

SOMAXCONN = 128

Class Method Summary

Class Method Detail

def self.ip?(string : String) #

Returns true if the string represents a valid IPv4 or IPv6 address.


[View source]