Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Technical Support » Win32 FDS » rlmon?
Re: rlmon? [message #212167 is a reply to message #212144] Mon, 07 August 2006 09:59 Go to previous messageGo to previous message
jnz is currently offline  jnz
Messages: 3396
Registered: July 2006
Location: 30th century
Karma:
General (3 Stars)
im using a class, (http://www.adp-gmbh.ch/win/misc/sockets.html)

it workes fine with tcp but when i change

  // UDP: use SOCK_DGRAM instead of SOCK_STREAM
  s_ = socket(AF_INET,SOCK_STREAM,0);


to this:
  // UDP: use SOCK_DGRAM instead of SOCK_STREAM
  s_ = socket(AF_INET,SOCK_DGRAM,0);


it doesn't make a difference, i can still telnet.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problem with FDS
Next Topic: Random FDS disconnections?
Goto Forum:
  


Current Time: Sun Dec 29 12:49:19 MST 2024

Total time taken to generate the page: 0.00746 seconds