WAAS: TCP-Settings with ADSL

Hello,
it is recomanded to change the values of tcp-buffer, if the edge wae is connected with adsl?
download/upload: 6000/512 kBit/s.
Kind Regards

Volker,
It depends on the RTT latency. Buffers in 4.0 should only be changed when the bandwidth-delay product exceeds the default buffer allocation.
Zach

Similar Messages

  • Creating a TCP connection with SSL/TLS

    Hi,
    I am working in a application that depends on the server. I need to estabilish a TCP connection with SSL/Tls secure connection with the server in order to get the datas.
    I have the following code structure :
    - (id)initWithHostAddressNSString*)_host andPortint)_port
    [self clean];
    self.host = _host;
    self.port = _port;
    CFWriteStreamRef writeStream;
    CFReadStreamRef readStream;
    return self;
    -(BOOL)connect
    if ( self.host != nil )
    // Bind read/write streams to a new socket
    CFStreamCreatePairWithSocketToHost(kCFAllocatorDef ault, (CFStringRef)self.host, self.port, &readStream, &writeStream);
    return [self setupSocketStreams];
    - (BOOL)setupSocketStreams
    // Make sure streams were created correctly
    if ( readStream == nil || writeStream == nil )
    [self close];
    return NO;
    // Create buffers ---- has not been released , so need to check possible ways to release in future
    incomingDataBuffer = [[NSMutableData alloc] init];
    outgoingDataBuffer = [[NSMutableData alloc] init];
    // Indicate that we want socket to be closed whenever streams are closed
    CFReadStreamSetProperty(readStream, kCFStreamPropertyShouldCloseNativeSocket, kCFBooleanTrue);
    CFWriteStreamSetProperty(writeStream, kCFStreamPropertyShouldCloseNativeSocket, kCFBooleanTrue);
    //Indicate that the connection needs to be done in secure manner
    CFReadStreamSetProperty(readStream, kCFStreamPropertySocketSecurityLevel, kCFStreamSocketSecurityLevelNegotiatedSSL);
    CFWriteStreamSetProperty(writeStream, kCFStreamPropertySocketSecurityLevel, kCFStreamSocketSecurityLevelNegotiatedSSL);
    // We will be handling the following stream events
    CFOptionFlags registeredEvents = kCFStreamEventOpenCompleted |
    kCFStreamEventHasBytesAvailable | kCFStreamEventCanAcceptBytes |
    kCFStreamEventEndEncountered | kCFStreamEventErrorOccurred;
    // Setup stream context - reference to 'self' will be passed to stream event handling callbacks
    CFStreamClientContext ctx = {0, self, NULL, NULL, NULL};
    // Specify callbacks that will be handling stream events
    BOOL doSupportAsync = CFReadStreamSetClient(readStream, registeredEvents, readStreamEventHandler, &ctx);
    BOOL doSupportAsync1 = CFWriteStreamSetClient(writeStream, registeredEvents, writeStreamEventHandler, &ctx);
    NSLog(@"does supported in Asynchrnous format? : %d :%d", doSupportAsync, doSupportAsync1);
    // Schedule streams with current run loop
    CFReadStreamScheduleWithRunLoop(readStream, CFRunLoopGetCurrent(), kCFRunLoopDefaultMode);
    CFWriteStreamScheduleWithRunLoop(writeStream, CFRunLoopGetCurrent(), kCFRunLoopDefaultMode);
    // Open both streams
    if ( ! CFReadStreamOpen(readStream) || ! CFWriteStreamOpen(writeStream))
    // close the connection
    return NO;
    return YES;
    // call back method for reading
    void readStreamEventHandler(CFReadStreamRef stream,CFStreamEventType eventType, void *info)
    Connection* connection = (Connection*)info;
    [connection readStreamHandleEvent:eventType];
    // call back method for writing
    void writeStreamEventHandler(CFWriteStreamRef stream, CFStreamEventType eventType, void *info)
    Connection* connection = (Connection*)info;
    [connection writeStreamHandleEvent:eventType];
    `
    As above, I have used
    CFReadStreamSetProperty(readStream, kCFStreamPropertySocketSecurityLevel, kCFStreamSocketSecurityLevelSSLv3);
    CFWriteStreamSetProperty(writeStream, kCFStreamPropertySocketSecurityLevel, kCFStreamSocketSecurityLevelSSLv3);
    in order to make a secured connection using sockets.
    The url i am using is in the format "ssl://some domain.com"
    But in my call back method i am always getting only kCFStreamEventErrorOccurred for CFStreamEventType .
    I also tried with the url "https://some domain.com" ,but getting the same error.
    i also commented out setting kCFStreamPropertySocketSecurityLevel, but still i am receiving the same error that i mentioned above.
    I dont know how it returns the same error. I have followed the api's and docs , but they mentioned the same way of creating a connection as i had given above.
    I tried to get the error using the following code :
    CFStreamError error = CFWriteStreamGetError(writeStream);
    CFStreamErrorDomain errDomain = error.domain;
    SInt32 errCode = error.error;
    The value for errCode is 61 and errDomain is kCFStreamErrorDomainPOSIX. so i checked out the "errno.h", it specifies errCode as "Connection refused"
    I need a help to fix this issue.
    If the above code is not the right one,
    **(i)how to create a TCP connection with SSL/TLS with the server.**
    **(ii)How the url format should be(i.e its "ssl://" or "https://").**
    **(iii)If my above code is correct where lies the error.**
    I hope the server is working properly. Because I can able to communicate with the server and get the datas properly using BlackBerry and android phones. They have used SecuredConnection api's built in java. Their url format is "ssl://" and also using the same port number that i have used in my code.
    Any help would be greatly appreciated.
    Regards,
    Mohammed Sadiq.

    Hello Naxito. Welcome to the Apple Discussions!
    Try the following ...
    Perform a "factory default" reset of the AX
    o (ref: http://docs.info.apple.com/article.html?artnum=108044)
    Setup the AX
    Connect to the AX's wireless network, and then, using the AirPort Admin Utility, try these settings:
    AirPort tab
    o Base Station Name: <whatever you wish or use the default>
    o AirPort Network Name: <whatever you wish or use the default>
    o Create a closed network (unchecked)
    o Wireless Security: Not enabled
    o Channel: Automatic
    o Mode: 802.11b/g Compatible
    Internet tab
    o Connect Using: Ethernet
    o Configure: Manually
    o IP address: <Enter your college-provided IP address>
    o Subnet mask: <Enter your college-provided subnet mask IP address>
    o Router address: <Enter your college-provided router IP address>
    o DNS servers: <Enter your college-provided DNS server(s)
    o WAN Ethernet Port: Automatic
    <b>Network tab
    o Distribute IP addresses (checked)
    o Share a single IP address (using DHCP & NAT) (enabled)

  • I try to switch on my WiFi connection at home with ADSL router. Always I get the answer - Wrong password. The pasword used is correct. It works with another hardware.

    I try to connect my iPhone with internet through WiFi with ADSL router. My network is visible. When I try to connect it, I write the password and I get always one answer - WRONG PASSWORD. The same password works perfectly with other two computers and other smartphone.

    Did you already try to reset your network settings on the phone in Settings/General/Reset/Network settings ?
    More Wi-Fi troubleshooting here: http://support.apple.com/kb/TS1398
    Message was edited by: Ingo2711

  • How do I transfer my MacBook Air to my wife so she can sync her iTunes account and other settings with her iPad Mini?

    How do I transfer my MacBook Air to my wife so she can sync her iTunes account and other settings with her iPad Mini?

    You can change the account shortname to whatever you wish to use.
    As you can see from my example above. Once you click on the Create User button a new account will be created.
    She will need to get her own Apple ID setup so when she starts with iTunes she can open her own iTunes account unless you both want to share the use of the same Apple ID. This can create a bit of confusion if you have your own iPads or iPhones or iPods. As you have discovered it's pretty much one iDevice with one Apple ID.
    As for the iTunes library that becomes a more complicated issue.

  • I want to SHARE Sync Settings with my Family Members, How Can I Share Some of My Settings with Them.

    I want to SHARE Sync Settings with my Family Members & Friends, How Can I Share Some of My Settings like tabs, bookmarks, browser extension with them. Also it is obvious I would not like to share my Passwords. Can you please help. This feature "Sharing with Friends & Family Members" is functional in 'XMARKS Sync'.

    All apps are forever tied to the Apple ID used to originally obtain them. They cannot be transferred to another Apple ID, nor can they be updated using any ID other than the ID used to originally obtain them.

  • On my ipod touch, i can't seem to get the imessage app.. I have updated my itunes and even restored the ipod to factory settings with the latest update. Maybe the ipod is too old? Help

    On my ipod touch, i can't seem to get the imessage app.. I have updated my itunes and even restored the ipod to factory settings with the latest update. Maybe the ipod is too old? Is that even a thing? Is there another app I can download to have access to my contacts with imessage?

    That comes with iOS 5 (Settings>General>About>Version) and only the 3G abd later iPods can go to iOS 5 or later
    Identifying iPod models

  • How do I get to settings with a non-functioning home button - iPod touch5

    My daughter dropped her iPod touch (gen. 5) and now the home button is not responsive.  It will not 'click'.  It is not stuck, it seems to have lost a piece under the home button and now is very loose and constantly down.  I am trying to use the 'home button app/screen setting' but I can't get to the settings screen because her iPod is in an app that I can't shut down.  There is no way to go 'home' or to 'settings' with out the home button.

    Without the Home button being functional enough to access Settings and to turn on the Accessibility function which could provide an on-screen Home button, there is not much you can do.
    Take it in to get it repaired.
    Cheers,
    GB

  • Photoshop CC 2014.2.1 can't sync settings with Creative Cloud

    Good day,
    Photoshop CC 2014.2.1 can't sync settings with Creative Cloud for some reason. I'm signed in, no firewalls, the router is fine. Other apps, Premiere Pro for example, sync without issues.
    Photoshop keeps saying "Connecting to Creative Cloud..." with uploads starting, but nothing is happening. I've left it in this state for an hour just in case. Is there a workaround or a fix?

    For what it's worth I have access to a second computer with the correct sync settings (which I synced to the Cloud, so the Cloud should now have my desired sync settings), but PS on my first computer still refuses to show anyway to apply these settings.
    I'm downloading the 2014 release now but it shouldn't really be necessary. This is so frustrating, especially when the Adobe PS sync help page only applies to the 2014 release (I can't find any sync help for the previous versions anymore).

  • After upgrading to IOS 8 on my iPad I constantly get a temperature warning despite the fact it is cool. Did not happen with IOS 7. I have restored the iPad to factory settings with the problem not resolved.

    After upgrading to IOS 8 on my iPad I constantly get a temperature warning despite the fact it is cool. Did not happen with IOS 7. I have restored the iPad to factory settings with the problem not resolved.

    Hey, I've got the same problem. Did you find any help or solution by now?

  • Can you save print settings with a PDF?

    I have an 8.5"x14" PDF. Is there anyway to save default print settings with this PDF so if a user opens it on their machine it defaults to printing to 8.5"x14" paper? Right now it always defaults to the standard 8.5"x11". I'm not sure this can be done because it seems like more of a specific users machine thing. I don't think you can save print settings with a PDF can you?
    Thanks!

    The "auto-formatting" of a hardcopy print format is generally the realm of the output device, in this case the printer. Printer software gereally includes an auto-format feature that selects the proper bin. For those who only have a "letter" tray, it usually asks to feed the right format manually, or switch trays. This is not a PDF feature but an output device feature.
    Hope this helps.

  • How to send a fax with adsl, how to send a fax with adsl

    Hello,
    Please could you tell me how  can i send a fax with my Imac and with an adsl router?
    I have also a old 56K modem. If i connect it to the mac can it work together to adsl router or will i get some conflict?
    Is there any program to use for free to send fax with adsl?
    Thank you for kind support.
    Lucilla

    I hope that this is helpful. Happy Printing! 
    I am a former employee of HP...
    How do I give Kudos?| How do I mark a post as Solved?

  • How to recover my notebook at factory - out of box settings with recovery DVD's.

    Due to hard disk crash i formatted my hard disk, also deleted all partitions including HP Tools and HP Recovery partitions. But I have my recovery DVD of my notebook that i have created at the time of notebook purchase.
    When i Inserted First Disc of my RECOVERY DVD's ..WIndows installation started and recovery manager shown the error : "The System recovery media does not support this computer. you are not able to restore this system with media."
    Please assist me to how to recover my notebook at factory - out of box settings with recovery DVD's.
    I have hp pavillon dm4-1222Tx Entertainment notebook, Genuine Windows 7 64-bit. Thanks

    Hello Anshul-Gautam,
    Please take a look at this document, and let me know if the troubleshooting steps help resolve your recovery issues.
    Good luck!
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • I am trying to get Adam 5000 TCP/IP with the 5018, 5056SO modules to talk throu TCP protocol

    Hi,
    I am trying to get Adam 5000 TCP/IP with the 5018, 5056SO modules to talk throu TCP protocol.  Please, is any body that has functional example or advice?
    Thank you
    Irik

    Hi Irik,
    I do not have any experience with these devices. Would it be possible to post their datasheets this will give me a better idea of their functionality. Thanks!
    Steven C

  • How can I get rid of the compass appearing on the top right of the screen? I tried soft reset and the settings with no luck

    How can I get rid of compass on the upper right side of my Iphone screen? tried soft reset and went into settings with no luck

    What compass?
    Do you have Lock Rotation turned ON? This creates an icon that has a circle with arrow around a lock. See the control panel to turn off Lock Rotation (swipe up from the bottom of the screen to show the Control Panel).

  • Obyc settings with GL accounts for poland country

    hi experts
    anyone has obyc settings with GL accounts or excel file Account_determination_EN_PL.xls. which is missing from sap best pratice package.
    your help will be appriciated in this regard.
    Thanks
    kishor

    hi expert,
    Thank you so much.
    But is this for Poland country?
    As in Europe GL numbers are fixed for all stock accounts and
    correspondence stock account also.
    I had Romanian obyc settings in SAP BEST PRACTICE , but for Poland same
    file is missing from package.
    Thanks and Regards
    Kishor

Maybe you are looking for

  • How to get the class name

    when a class(A) call another class(B),how to get B's classname. e.g. class A{ public void test(){ B b = new B(); how to use a program find Class A call Class B or more ? Class C{ public static void main(String[] args){ A a = new A(); s = //how to get

  • Remote DVR Hates Me - Continues To Reject Valid Username And Password

    Hi all, I mistakenly posted this message in the programming forum by mistake, so I'm moving it here now (sorry about that): For the past few days, I've been unable to login to the Verizon remote DVR from both my iPhone and the web. It had been workin

  • Scripting pl/sql from unix

    I am wondering if there is a way to do this with certain restrictions. If not, I can do it another way. 1. I have a list of values in a unix .txt file of the form VALUEA VALUEB VALUEC I know how to read a list in unix using a loop. 2. I want to call

  • WLAN WCS times users out - Please somebody help

    Good day all, I have a mesh network with a 4404 WCS. I have 13 outdoor 1500 APs and 7 indoor 1240 indoor APs. The network also has an ACS server for web authentication. However, users complain of frequent timeouts such that they need to login again t

  • Not able to reset Ideatab A1000, frozen in full test

    On the screen is the textHeadsetHeadset Avail: NoIf I plug in a headset it changes toHeadsetHeadset Avail: YesHeadset Button: Release[! ] Please press headset KEY When I reset it will start up again showing the text:HQ Factory ModeFull TestPCBA TestH