Firewall BufferedReader

From: pedicini (scpedicini_at_nospam.yahoo.com)
Date: 12/08/04


Date: Wed, 8 Dec 2004 00:39:08 -0500

Here is the problem:

My computer is behind a LAN, so it has a local IP.
I have a client program that connects to a server program
using the Socket class. Using a PrintWriter, I can successfully
send data down the socket to the server, but the client cannot
receive data, it's a one-way street. I am trying to get data using
a BufferedReader which is connected to the Socket's input stream.
If I test my client program on a machine that has a internet visible IP,
it works perfectly. Do you know of any way that I can get the client
to get data from the server? Since I've already established a connection,
I was hoping that there was some way to do it.

Thanks,
Shaun



Relevant Pages

  • Re: need help designing a game
    ... Client program starts/read config/ opens connections to server. ... connection (either storing username in connection or mapping them both ways ... > players keep accounts from different computers. ...
    (comp.games.development.programming.misc)
  • Re: Firewall BufferedReader
    ... > send data down the socket to the server, ... > If I test my client program on a machine that has a internet visible ... outgoing connection, and the data is only going one way, ...
    (comp.lang.java.help)
  • Problem with writing to sockets - not robust
    ... I want to make it more robust so that it can handle network or server ... It works well when the WAN connections are good ... The socket is opened in a subroutine... ... signla to close the socket on the server side), the client program does ...
    (comp.lang.perl.misc)
  • secure multiplayer using python?
    ... -many client program instances connect to a central file+db server ... -over time intervals the client program checks to see if claimed files ... Currently I am handing out ftp user/pass to each client program (hidden ...
    (comp.lang.python)
  • Re: VB6 compatible Dll created with VC++6 problems using afxsock functions
    ... VB6 compatible DLL that I've made. ... Sockets declarations and recv& sendfunction are defined in ... More over I had already written the Client program in VC++6 using ... send to the server aren't received altough the code is hardly the same ...
    (microsoft.public.win32.programmer.networks)