Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

net::server::proto::tcp5.18(3) [mojave man page]

Net::Server::Proto::TCP(3)				User Contributed Perl Documentation				Net::Server::Proto::TCP(3)

NAME
Net::Server::Proto::TCP - Net::Server TCP protocol. SYNOPSIS
See Net::Server::Proto. DESCRIPTION
Protocol module for Net::Server. This module implements the SOCK_STREAM socket type under INET (also known as TCP). See Net::Server::Proto. PARAMETERS
There are no additional parameters that can be specified. See Net::Server for more information on reading arguments. INTERNAL METHODS
"object" Returns an object with parameters suitable for eventual creation of a IO::Socket::INET object listining on UDP. "log_connect" Called before binding the socket to provide useful information to the logs. "connect" Called when actually binding the port. Handles default parameters before calling parent method. "reconnect" Called instead of connect method during a server hup. "accept" Override of the parent class to make sure necessary parameters are passed down to client sockets. "poll_cb" Allow for psgi compatible interface during HTTP server. "read_until" Takes a regular expression, reads from the socket until the regular expression is matched. "hup_string" Returns a unique identifier that can be passed to the re-exec'ed process during HUP. "show" Basic dumper of properties stored in the glob. "AUTOLOAD" Handle accessor methods. LICENCE
Distributed under the same terms as Net::Server perl v5.18.2 2013-01-09 Net::Server::Proto::TCP(3)

Check Out this Related Man Page

Net::Server::Proto::TCP(3)				User Contributed Perl Documentation				Net::Server::Proto::TCP(3)

NAME
Net::Server::Proto::TCP - Net::Server TCP protocol. SYNOPSIS
See Net::Server::Proto. DESCRIPTION
Protocol module for Net::Server. This module implements the SOCK_STREAM socket type under INET (also known as TCP). See Net::Server::Proto. PARAMETERS
There are no additional parameters that can be specified. See Net::Server for more information on reading arguments. INTERNAL METHODS
"object" Returns an object with parameters suitable for eventual creation of a IO::Socket::INET object listining on UDP. "log_connect" Called before binding the socket to provide useful information to the logs. "connect" Called when actually binding the port. Handles default parameters before calling parent method. "reconnect" Called instead of connect method during a server hup. "accept" Override of the parent class to make sure necessary parameters are passed down to client sockets. "poll_cb" Allow for psgi compatible interface during HTTP server. "read_until" Takes a regular expression, reads from the socket until the regular expression is matched. "hup_string" Returns a unique identifier that can be passed to the re-exec'ed process during HUP. "show" Basic dumper of properties stored in the glob. "AUTOLOAD" Handle accessor methods. LICENCE
Distributed under the same terms as Net::Server perl v5.18.2 2013-01-09 Net::Server::Proto::TCP(3)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Remote Connect - SCO Open Server

Hello.. Please helppppppp...!!! I am using SCO Open Server version 5.0 at work. I am trying to find a third party software to use on my computer at home which has windows 98 on it to do remote connect to my work. Is there any such software ? I know there is PC ANYWHERE but i don't think it... (2 Replies)
Discussion started by: jackpotp
2 Replies

2. Programming

can client connect() when server in sleep(300); after listen(fd,5);

0 .with regards to you 1 .Thank you for reading letter 2 .a Server call sleep(20) after listern(fd,5) . When the Server is in asleep,a Client connect() to it successful and send a lot of appointed data . 3 .Why ? I think that the server is in sleep (beasue I call sleep()) , it donot block at... (3 Replies)
Discussion started by: chenhao_no1
3 Replies

3. UNIX for Dummies Questions & Answers

Printing Via TElent

I am in the process of writing an application to track parcels across a range of European Countries - some have GPRS and some dont. I can connect to the Unix Server - which will be running SCO Openserver 5.0.7 or later - via GPRS ebabled scanners or via the clients existing VPN and TELNET.... (4 Replies)
Discussion started by: farmacy
4 Replies

4. UNIX for Dummies Questions & Answers

Blocking a Single IP

Hello, My problem thus follows: I am running a server which allows users to connect on UDP, not TCP. There is a certain hacker, whom I have the IP of, who keeps crashing the server. I simply want to block him from accessing my box at all. I added him to the hosts.deny file, but am not sure if... (4 Replies)
Discussion started by: Phobos
4 Replies

5. UNIX for Dummies Questions & Answers

how i pass object or structure using tcp/ip protocol

suppose i want to pass object or structure using TCP/IP protocol (using socket) then what are special steps required for passing the object from client to server and vice versa Regards, Amit (3 Replies)
Discussion started by: amitpansuria
3 Replies

6. UNIX for Dummies Questions & Answers

Script runs fine on UNIX Server...Not through MSK Tool kit on Windows Server

I have a .sh script which was running fine on all the UNIX Servers (AIX, SunSolaris). The script requires two mandatory parameters and many optional parameters. Now at a different client place who are on a Windows Server, when I try to execute the script through MKS Toolkit, there are couple of... (5 Replies)
Discussion started by: madhunk
5 Replies

7. Red Hat

Minicom with VMWare ESX Server

Hello! I have an ESX Server up and running. Now I want to connect a serial device to the COM Port. For that I need the minicom program. When I try "configure - make - make all" I get some errors. Can someone please explain to me, what the problems are: # ./configure checking for a... (3 Replies)
Discussion started by: Kickbit
3 Replies

8. Shell Programming and Scripting

Connect to Server B from Server A and Archive the file

Hi I need to connect to a ServerB from Server A eg: Server A : 172.20.273.51, un: xxx, pwd: xxx Server B: 172.20.273.51, un:yyy, pwd: yyy Need to copy the files(with name starts with IME*) from /grid/pc/IME* to /grid/pc/archive What will be the command or script to... (3 Replies)
Discussion started by: vsmeruga
3 Replies

9. IP Networking

Identifying Server graceful shutdown

Hi I have written a Client server Application .The client will receive messages from Server and pass it to some library for processing .I also want to notify server close the socket connection gracefully. Roughly my code is some kind of void getMsg() { while(recv(....)>0) ... (3 Replies)
Discussion started by: mr_deb
3 Replies

10. Programming

Accept (sockets) queuing up connection requests

Yes, I guess that is what it is sort of meant to do but it is sort of a problem. Scenario: Server is running and is blocked at ACCEPT Client A connects with server Server returns from ACCEPT and moves to RECV call waiting for incoming string Client... (4 Replies)
Discussion started by: Kam5FCC
4 Replies

11. Emergency UNIX and Linux Support

How to connect Unix and Sql Server 2005?

Hi All Can any one please help me about How to connect Unix with Sql Server 2005 I want to do it urgently and i didn't find the way. (14 Replies)
Discussion started by: parthmittal2007
14 Replies

12. IP Networking

TCP Same Ack Sequencing for Two Packets

I was analyzing a TCP snoop. And found following scenario From Server to Client ---> SEQ 2993 ACK 1744 WIN 8192 LEN 13 From Server to Client ---> SEQ 3006 ACK 1744 WIN 8192 LEN 13 From Client to server --> SEQ 1744 ACK 3019 WIN 3304 I just want to know Why Packet 1 and 2... (3 Replies)
Discussion started by: mr_deb
3 Replies

13. UNIX and Linux Applications

Cannot connect to the Event Server after 3 attempts in autosys 11

Good afternoon: I need your help plase IN Prudcution system Autosys 4.5 was used and the was a migration to release Autosys 11. but AFTER THE RELASE TO THE NEW VERSUON r11 i cann not longer connect to the event server, so when i connected to the previous SERVER in A 4.5 i was able to use... (5 Replies)
Discussion started by: alexcol
5 Replies

14. UNIX for Dummies Questions & Answers

Exit Status 255, Connection closed in SFTP

I'm trying to connect from Server A to Server B to transfer files from A to B. I'm using NUID A1 in Server A and NUID A2 in Server B. I have done the following the steps to setup password-less login. 1. Add the public key of A1 in A to the Authorized keys of A2 in B. 2. Add the public key of... (4 Replies)
Discussion started by: sanchid312
4 Replies

15. What is on Your Mind?

Resolved: Issue in Server Data Center

Dear All, There was a problem in the data center data, which caused the server to be unreachable for about an hour. Server logs show the server did not crash or go down. Hence, I assume there was a networking issue at the data center. Still waiting for final word on what happened. ... (4 Replies)
Discussion started by: Neo
4 Replies