mirror of
https://github.com/yarrick/iodine.git
synced 2025-10-17 08:41:53 +00:00
#36 send raw login packet directly to server
This commit is contained in:
@@ -43,6 +43,9 @@
|
||||
|
||||
#include "common.h"
|
||||
|
||||
/* The raw header used when not using DNS protocol */
|
||||
const unsigned char raw_header[RAW_HDR_LEN] = { 0x10, 0xd1, 0x9e, 0x00 };
|
||||
|
||||
/* daemon(3) exists only in 4.4BSD or later, and in GNU libc */
|
||||
#if !defined(WINDOWS32) && !(defined(BSD) && (BSD >= 199306)) && !defined(__GLIBC__)
|
||||
static int daemon(int nochdir, int noclose)
|
||||
|
Reference in New Issue
Block a user