Skip to content

Commit d7b2a63

Browse files
authored
Merge pull request #8 from martelkr/4-add-udp-socket-clientserver
4 add udp socket clientserver
2 parents 0da51ef + 488d433 commit d7b2a63

4 files changed

Lines changed: 1124 additions & 130 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# TCP C++ client/server with SSL/TLS support (header file only)
22
[![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)
3+
![Cmake Build](https://github.com/martelkr/cppsocket/actions/workflows/cmake.yml/badge.svg)
34

45
## About
56
This is a header file only implementation of a C++ TCP client/server with or without SSL/TLS for Linux only.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.3
1+
0.0.4

0 commit comments

Comments
 (0)