Module vibe.core.net

TCP/UDP connection and server handling.

Functions

Function name Description
connectTcp Establishes a connection to the given host/port.
listenTcp Starts listening on the specified port.
listenTcpS Starts listening on the specified port.
listenUdp Creates a bound UDP socket suitable for sending and receiving packets.
resolveHost Resolves the given host name/IP address string.

Interfaces

Interface name Description
TcpConnection Represents a single TCP connection.
UdpConnection Represents a bound and possibly 'connected' UDP socket.

Structs

Struct name Description
NetworkAddress Represents a network/socket address.

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.