Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News C++ Sockets 2.2.7 (Default branch) Post 302158741 by Linux Bot on Wednesday 16th of January 2008 06:50:02 AM
Old 01-16-2008
C++ Sockets 2.2.7 (Default branch)

C++ Sockets is a cross-platform C++ wrapper for BSD-style sockets. It implements the TCP, UDP, ICMP, and SCTP transport layer protocols. Implemented application layer protocols are HTTP/HTTPS (using OpenSSL), SMTP (server), and Ajp/1.3 (server). Features include transparent SOCKS4 client support and asynchronous DNS. Included in the library are a number of HTTP client functions such as GET/PUT/POST, and also Web server framework components. License: GNU General Public License (GPL) Changes:
HTTP header names are no longer converted to lowercase. "setsockopt()" wrapper methods returning int values have been fixed. The query_string attribute of HttpRequest is no longer set when there is no query string present.Image

More...
 

We Also Found This Discussion For You

1. Programming

Help with sockets in C

if i have a server which wants to connect to exactly 5 clients, does that mean i need 5 socket file descriptors and use listen(socket_fd,1); for each one or just do listen(socket_fd,5) also whats the second parameter number mean? what happens if i put 0 there? also if i am connected... (28 Replies)
Discussion started by: omega666
28 Replies
Sockets.recvByte(3kaya) 				       Kaya module reference					   Sockets.recvByte(3kaya)

NAME
Sockets::recvByte - Receive a single byte from a socket SYNOPSIS
Int recvByte( Socket s, Int timeout=1000000 ) ARGUMENTS
s The socket timeout The time to wait for data in microseconds before giving up (the default is 1000000, or 1 second) DESCRIPTION
Receive a single byte from a socket. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Sockets.Socket(3kaya) Sockets.pending(3kaya) Sockets.sendByte(3kaya) Sockets.recv(3kaya) Sockets.recvBytes(3kaya) Kaya October 2012 Sockets.recvByte(3kaya)
All times are GMT -4. The time now is 11:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy