/[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 1371 by jsorg71, Thu Jan 4 05:39:39 2007 UTC revision 1372 by jsorg71, Mon Jan 8 04:47:06 2007 UTC
# Line 54  static struct stream g_out; Line 54  static struct stream g_out;
54  int g_tcp_port_rdp = TCP_PORT_RDP;  int g_tcp_port_rdp = TCP_PORT_RDP;
55    
56  /* wait till socket is ready to write or timeout */  /* wait till socket is ready to write or timeout */
57  static BOOL  static RD_BOOL
58  tcp_can_send(int sck, int millis)  tcp_can_send(int sck, int millis)
59  {  {
60          fd_set wfds;          fd_set wfds;
# Line 199  tcp_recv(STREAM s, uint32 length) Line 199  tcp_recv(STREAM s, uint32 length)
199  }  }
200    
201  /* Establish a connection on the TCP layer */  /* Establish a connection on the TCP layer */
202  BOOL  RD_BOOL
203  tcp_connect(char *server)  tcp_connect(char *server)
204  {  {
205          socklen_t option_len;          socklen_t option_len;

Legend:
Removed from v.1371  
changed lines
  Added in v.1372

  ViewVC Help
Powered by ViewVC 1.1.26