jsocketpp 1.0
A cross-platform C++20 socket library.
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
 
docs
 
markdown
 
include
 
jsocketpp
 
internal
 
ScopedBlockingMode.hpp
 
BufferView.hpp
Represents a raw writable memory region for scatter/gather I/O
 
common.hpp
Common platform and utility includes for jsocketpp
 
DatagramPacket.hpp
UDP datagram packet class for jsocketpp
 
DatagramSocket.hpp
UDP datagram socket abstraction for jsocketpp
 
MulticastSocket.hpp
Multicast UDP socket abstraction for jsocketpp
 
ServerSocket.hpp
TCP server socket abstraction for jsocketpp
 
Socket.hpp
TCP client socket abstraction for jsocketpp
 
SocketException.hpp
Exception class for socket-related errors in jsocketpp
 
SocketInitializer.hpp
Helper class for socket system initialization and cleanup (RAII) in jsocketpp
 
SocketTimeoutException.hpp
Exception class for socket operation timeouts in jsocketpp
 
UnixSocket.hpp
Unix domain socket abstraction for jsocketpp
 
src
 
common.cpp
 
DatagramSocket.cpp
 
MulticastSocket.cpp
 
ServerSocket.cpp
 
Socket.cpp
 
UnixSocket.cpp
 
tests
 
client.cpp
 
server.cpp
 
socket_gtest.cpp
 
LICENSE