fb:porticula NoPaste
PNE :: include/pne/pne.handler.linux.bi
Uploader: | PMedia |
Datum/Zeit: | 05.12.2007 15:07:03 |
#include once "crt/netdb.bi"
#include once "crt/sys/socket.bi"
#include once "crt/netinet/in.bi"
#include once "crt/arpa/inet.bi"
#include once "crt/unistd.bi"
const READBUFFLEN = 8192
const NEWLINE = !"\r\n"
declare function connect_ alias "connect" (byval __fd as integer, byval __addr as sockaddr ptr, byval __len as socklen_t) as integer