search for: hnl

Displaying 3 results from an estimated 3 matches for "hnl".

Did you mean: hndl
2010 Apr 24
1
Update on "non-dying" nx connections over unreliable network
...ction death (b) after I manually kill nxssh and reconnect, reconnection takes some time. My idea: intercept myself in between NX client and server - detect connection drop, and reconnect. This is proving quite difficult. My prototype is here. For now, I have dropped all encryption. http://people.hnl.bcm.edu/misha/tmp/nx.zip You will find: nx/comps - compiles server (setuid root currently) nx/compc - compiles client (moves old one to mxssh and replaces) Host name and port are hardcoded at the moment. To test: ssh server cd nx ./server Then connect on the client using !M's client. Unfor...
2009 Dec 16
0
Shorr/Call quality issues
...ot; <bens at rolandschorr.com> > Subject: Re: [asterisk-users] Can't get G.729 to work... > To: "Asterisk Users Mailing List - Non-Commercial Discussion" > <asterisk-users at lists.digium.com> > Message-ID: > <02BD9BE03009B24B9BF9E00257AD8103012D7404 at HNL-PAI-EXH001.pacificatelier.com> > > Content-Type: text/plain; charset="US-ASCII" > > Yes, the routers are another issue we're dealing with. We've configured > them to prioritize traffic to/from our Asterisk server but I'm not > convinced that setting is...
2010 Apr 21
2
prototype of simple NX client with auto-resuming ssh session
...he server directly from the client, but somehow the signal(SIGHUP,SIG_HUP) command causes _both_ the server and client to ignore SIGHUP, even though it is called _only_ in the client. Any ideas? Thank you! --- Thank you so much for your help. I have put my current prototype on the Web at: people.hnl.bcm.edu/misha/tmp/nx.zip Includes source code, and binary executables for amd64. Right now, expects to live in the /home/username/nx folder on the remote machine (machine being connected to). Expects nx certificates in right places (/usr/NX). The nxssh requires an ssh executable to be in the sam...