Don't display blue "Connecting..." bar immediately

This commit is contained in:
Keith Winstein
2012-03-21 19:21:02 -04:00
parent 00561a95d3
commit 0b0ff72f40
2 changed files with 13 additions and 2 deletions
+2
View File
@@ -53,6 +53,8 @@ private:
void output_new_frame( void );
bool still_connecting( void ) { return (network->get_remote_state_num() == 0); }
public:
STMClient( const char *s_ip, int s_port, const char *s_key, const char *predict_mode )
: ip( s_ip ), port( s_port ), key( s_key ),