
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* GIST NOTE: this is part of a much larger collection of lua utilities for AwesomeWM | |
and has some (very tiny) lua code that wraps these C functions and places them into | |
a table. */ | |
/* License: GPLv3 | |
Copyright 2018 Levi Webb */ | |
/* MINIMAL TCP SOCKET SUPPORT */ | |
typedef struct tsoc_con { |