/[rdesktop]/sourceforge.net/trunk/rdesktop/tcp.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/tcp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 33 by matty, Sat Sep 15 12:34:34 2001 UTC revision 58 by jsorg71, Sun Jul 14 00:34:21 2002 UTC
# Line 31  Line 31 
31  static int sock;  static int sock;
32  static struct stream in;  static struct stream in;
33  static struct stream out;  static struct stream out;
34    extern int tcp_port_rdp;
35    
36  /* Initialise TCP transport data packet */  /* Initialise TCP transport data packet */
37  STREAM  STREAM
# Line 125  tcp_connect(char *server) Line 126  tcp_connect(char *server)
126          }          }
127    
128          servaddr.sin_family = AF_INET;          servaddr.sin_family = AF_INET;
129          servaddr.sin_port = htons(TCP_PORT_RDP);          servaddr.sin_port = htons(tcp_port_rdp);
130    
131          if (connect          if (connect
132              (sock, (struct sockaddr *) &servaddr,              (sock, (struct sockaddr *) &servaddr,

Legend:
Removed from v.33  
changed lines
  Added in v.58

  ViewVC Help
Powered by ViewVC 1.1.26