aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.c')
-rw-r--r--src/socket.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/socket.c b/src/socket.c
index fc01b8f..bd6b804 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -14,6 +14,11 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+/******************************************************************************/
+/******************************************************************************/
+/* IMPLEMENTATION OF SOCKET OPENING FOLLOWING SPECIFICATION */
+/******************************************************************************/
+/******************************************************************************/
#include <stdlib.h>
#include <string.h>
@@ -33,7 +38,7 @@
#include "socket.h"
-#define BACKLOG 30
+#define BACKLOG 8
/******************************************************************************/