View Single Post
TCP Socket and BSD
Old
  (#1)
BAStumm
Member
 
BAStumm's Avatar
 
Status: Offline
Posts: 138
Join Date: Jan 2004
Location: Spokane, WA USA
Default TCP Socket and BSD - 26-02-2004

Anyone here have much knowledge on TCP Sockets? I am using a TCP Socket in my metamod plugin and it works just fine in linux and windows. But peeps using BSD (linux compat mode) are experiencing crashing. I dont get it, why would BSD when in linux compat mode cause crashing when linux itself works fine? Any ideas?

The socket binds fine, accepts connections fine, spits data fine, detects disconnects fine. The socket allows 10 simultaneous clients. So typically it sees avail ports go 10, 9, 8, 7, 6, 5, 6, 5, 6, 7, crash...

I know thats not alot to go on. But I figure perhaps I'm missing something obviouis or specific to BSD.






  
Reply With Quote