Sponsored Content
Full Discussion: UNIX Routers/VPN
Special Forums IP Networking UNIX Routers/VPN Post 7086 by Jodibaxter on Tuesday 18th of September 2001 02:33:35 PM
Old 09-18-2001
Thank you very much. But, I guess I should be even more clear on how small that business is. There are 5 computers total. 3 in Terreton, one in Hamer, and 2 in Rigby. They are tire stores owned by one man who is located in Terreton. Very small business. Any more suggestions?
 

7 More Discussions You Might Find Interesting

1. IP Networking

Linksys 4 port cable/dsl routers

i was reading this thread and someone mentioned problems with the linksys 4 portcable/dsl routers, (BEF4somethingsomethingsomething) this is what i use on my network, and works great, BUT i have had a few strange problems, well my question is not too much of a question, but i would like to know... (0 Replies)
Discussion started by: norsk hedensk
0 Replies

2. IP Networking

two routers

It is possible to connect wireless router that has 4 ethernet connections and WAN connection with regular router that has UPLINK and WAN and 4 ethernet ports? (9 Replies)
Discussion started by: kasia
9 Replies

3. Infrastructure Monitoring

Script to configure few commands for a list of routers

Hi Can any one please guide me how can I configure a few commands for a few devices in file1.txt. username: user1 password: pass enable pass: ep file1.txt: device1.abc.com device2.abc.com router.xpy.com I want to apply all the config lines for each device in file1.txt ... (0 Replies)
Discussion started by: sureshcisco
0 Replies

4. UNIX for Dummies Questions & Answers

Need help explaining how to use a VPN on a UNIX server with a Mac OS

I have gotten a gig to teach someone how to use a VPN client for a UNIX server on a MAC os. The problem is I have never used UNIX, dont mess with VPN's (my dad has a VPN that I have used a couple of times). I'm currently taking a crash course on UNIX but I was wondering if anyone could help me with... (0 Replies)
Discussion started by: psycopuppy
0 Replies

5. Shell Programming and Scripting

Script for Ping for 10 routers in a mesh

Hello All, I have 10 routers, and need to write a script so that each router pings each other and get the result in a file. We need to further extract the min/avg/max result and write a script to put in a excel file. E.g. LAB-R3A-7609#ping 6.6.6.6 Type escape... (1 Reply)
Discussion started by: sanjugab
1 Replies

6. UNIX for Dummies Questions & Answers

Unix box access via VPN

Hi, I have a unix box on my network IP: 10.10.40.253 I believe the firewall is not letting me have access to it when I come in via VPN. The VPN appears to the unix box as 10.10.20.xxx. Any help on how to solve this will be appreciated... Thanks in advance Regards (0 Replies)
Discussion started by: annybase
0 Replies

7. Shell Programming and Scripting

Perl Telnet cisco routers

Hi all i have little problem finding solution about simple telnet script .... i have 250 routers and on some i have different password and on some they ask just for password no username. So for example 1,2,3 have username and password (user,password) 4, and 5 have different username and password... (0 Replies)
Discussion started by: IvanMP
0 Replies
CURLOPT_TCP_NODELAY(3)					     curl_easy_setopt options					    CURLOPT_TCP_NODELAY(3)

NAME
CURLOPT_TCP_NODELAY - set the TCP_NODELAY option SYNOPSIS
#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TCP_NODELAY, long nodelay); DESCRIPTION
Pass a long specifying whether the TCP_NODELAY option is to be set or cleared (1 = set, 0 = clear). The option is set by default. This will have no effect after the connection has been established. Setting this option will disable TCP's Nagle algorithm. The purpose of this algorithm is to try to minimize the number of small packets on the network (where "small packets" means TCP segments less than the Maximum Segment Size (MSS) for the network). Maximizing the amount of data sent per TCP segment is good because it amortizes the overhead of the send. However, in some cases small seg- ments may need to be sent without delay. This is less efficient than sending larger amounts of data at a time, and can contribute to con- gestion on the network if overdone. DEFAULT
1 PROTOCOLS
All EXAMPLE
TODO AVAILABILITY
Always. The default was changed to 1 from 0 in 7.50.2. RETURN VALUE
Returns CURLE_OK SEE ALSO
CURLOPT_SOCKOPTFUNCTION(3), CURLOPT_TCP_KEEPALIVE(3), libcurl 7.54.0 June 30, 2016 CURLOPT_TCP_NODELAY(3)
All times are GMT -4. The time now is 01:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy