Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nagarajv

    porting from FreeBsd to SuSe Linux

    Does anybody know about issues related to porting from FreeBsd to SuSe Linux(Kernel, user Space, application Layer). Please let me know.
  2. nagarajv

    Implementing fragmentation,flow control,error correction and detection

    How can I implement fragmentation,flow control,error correction and detection on top of UDP ? Please provide me any links on this subject which would give me some direction to work on this problem. Thanks in advance. Raj
  3. nagarajv

    Need help on socket communication using UDP

    I guess WSAStartup is specific to windows and I have implemented this code under SuSe Linux. Also first time after invoking the server, it works fine just as it is supposed to be working. While still running, if select returns with data on socket descriptor sd, it tries to write the data on...
  4. nagarajv

    Need help on socket communication using UDP

    Does any body on how to debug this problem. Any help would be appreciated. Thanks, N
  5. nagarajv

    Need help on socket communication using UDP

    here is part of the code. This module receives the packet from the peer and forwards it to the upper layer. Very first time it is started, the upper layer does receive the data and after that any subsequent messages it writes to the socket desc (appSD), the upper layer does not receive it. on...
  6. nagarajv

    tftp source code

    Does any body know where i can find client and server side tftp source code. Please let me know ASAP. Thanks, Raj
  7. nagarajv

    Need help on socket communication using UDP

    I am using sendto system to write data to a socket on which the server is waiting on a select system call. The first time my client writes data to the socket, the select system call on the server side returns but later again in a loop I write data to the same socket and for some reason the...

Part and Inventory Search

Back
Top