Sponsored Content
Special Forums UNIX and Linux Applications Information on forwarding queue occupation in a Linux router Post 303039953 by Neo on Friday 18th of October 2019 10:51:16 PM
Old 10-18-2019
TCP is a "connection-oriented" "end-to-end" client-server protocol.

This means that parameters related to TCP sockets, buffers, lengths, fragments, etc. effect the end-to-end connection and are controlled by the end-to-end TCP connection, not the intermediate routing devices and intermediate hosts.
 

3 More Discussions You Might Find Interesting

1. IP Networking

Linux Router?

I am trying to set up a linux box as a router, but I am a little confused on how to do this. I am using Red Hat 9.0 on a machine that has 2 nic cards. Also, I am using a DSL pppoe connection. I have installed rp-pppoe and I am connected to the internet via the pseudo pppoe interface. I have... (1 Reply)
Discussion started by: cstovall
1 Replies

2. Cybersecurity

ssh X-forwarding and remote forwarding behind proxy

Hi, from my workplace we use a proxy to connect to the outside world, including external ssh servers. The problem is that the server is seeing the connection coming from the proxy and knows nothing about the client behind it. The ssh connection itself works fine, but x-forwarding does not work as... (1 Reply)
Discussion started by: vampirodolce
1 Replies

3. Shell Programming and Scripting

Send information about disk occupation periodically by email

Hi, I want to make a shell script that gives me the information about the disk occupation by sending me an email once in a month for example. With this command df|tr -s " "|cut -d" " -f 1,5 I can see the occupation but I dont know how to make the machine to send me the email with this... (7 Replies)
Discussion started by: Adam Brave
7 Replies
socket.h(3)						     Library Functions Manual						       socket.h(3)

NAME
socket.h - Network addresses and sockets related classes. SYNOPSIS
#include <cc++/address.h> Classes class ost::Socket The Socket is used as the base for all Internet protocol services under Common C++. class ost::DCCPSocket DCCP sockets are used for stream based connected sessions between two sockets. class ost::UDPSocket UDP sockets implement the TCP SOCK_DGRAM UDP protocol. class ost::UDPBroadcast Representing a UDP socket used for subnet broadcasts, this class provides an alternate binding and setPeer() capability for UDP sockets. class ost::UDPTransmit Representing half of a two-way UDP connection, the UDP transmitter can broadcast data to another selected peer host or to an entire subnet. class ost::UDPReceive Representing half of a two-way UDP connection, the UDP receiver can receive data from another peer host or subnet. class ost::UDPDuplex UDP duplex connections impliment a bi-directional point-to-point UDP session between two peer hosts. class ost::TCPSocket TCP sockets are used for stream based connected sessions between two sockets. class ost::TCPV6Socket TCPV6 sockets are used for stream based connected sessions between two ipv6 sockets. class ost::TCPStream TCP streams are used to represent TCP client connections to a server by TCP protocol servers for accepting client connections. class ost::TCPSession The TCP session is used to primarily to represent a client connection that can be managed on a separate thread. class ost::SimpleTCPStream Simple TCP Stream, to be used with Common C++ Library. Namespaces namespace ost Macros #define INVALID_SOCKET -1 #define _IOLEN64 #define _IORET64 #define MSG_DONTWAIT 0 #define MSG_NOSIGNAL 0 #define SOCK_DCCP 6 #define IPPROTO_DCCP 33 #define SOL_DCCP 269 #define DCCP_SOCKOPT_AVAILABLE_CCIDS 12 #define DCCP_SOCKOPT_CCID 13 #define DCCP_SOCKOPT_TX_CCID 14 #define DCCP_SOCKOPT_RX_CCID 15 Typedefs typedef int SOCKET Variables class __EXPORT ost::SimpleTCPStream Detailed Description Network addresses and sockets related classes. Macro Definition Documentation #define _IOLEN64 Referenced by ost::SocketPort::peek(), ost::UDPSocket::peek(), ost::TCPStream::peek(), ost::SocketPort::receive(), ost::UDPReceive::receive(), ost::SocketPort::send(), ost::UDPTransmit::send(), and ost::UDPTransmit::transmit(). #define _IORET64 #define DCCP_SOCKOPT_AVAILABLE_CCIDS 12 #define DCCP_SOCKOPT_CCID 13 #define DCCP_SOCKOPT_RX_CCID 15 #define DCCP_SOCKOPT_TX_CCID 14 #define INVALID_SOCKET -1 #define IPPROTO_DCCP 33 #define MSG_DONTWAIT 0 Referenced by ost::UDPTransmit::transmit(). #define MSG_NOSIGNAL 0 Referenced by ost::UDPTransmit::send(), and ost::UDPTransmit::transmit(). #define SOCK_DCCP 6 #define SOL_DCCP 269 Typedef Documentation typedef int SOCKET Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 socket.h(3)
All times are GMT -4. The time now is 01:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy