User Profile

Collapse

Profile Sidebar

Collapse
psargam
psargam
Last Activity: Mar 25 '10, 07:20 AM
Joined: Jan 12 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • psargam
    replied to How to develop SoftRepeater in C#
    thanx tlhintoq again for shwoing intrest in my thread,

    yes my software repeater needs to buffer data regardless of performance consideration.

    And please tell me what API should I use (Sockets, winsock kernel driver, windows filtering callout driver, network programming interface, NDIS or any other) to handle each and every packet and ACK from my softrepeater ???

    I know all therotically, which is similar...
    See more | Go to post
    Last edited by psargam; Jan 18 '10, 07:36 AM. Reason: change

    Leave a comment:


  • psargam
    replied to How to develop SoftRepeater in C#
    Dear Plater,

    Thanks for your reply,

    I know TCP it self manages ACKs, and that my problem is I want to manage ACKs my self.

    Consider the scenario, A is sending data to C through B, so what happens,
    A will send data to B so B will send ACK(1) to A. now B will send data to C which again send ACK(2) to B Which again send it to A.

    so for ACK I required three transfer if I use tools like...
    See more | Go to post

    Leave a comment:


  • psargam
    replied to How to develop SoftRepeater in C#
    Dear tlhintoq,

    First of all thanks for your reply,
    Well I know i just need to transfer byte from A to c and c to a, but what is the problem is I also need to handle ack from both machines.

    i. e. Suppose A is sending 5MB of data using TCP to C. It actually send it to B which will not send the ACK to A but only forwards it to C now C sends an ACK to B which forwards it to A.

    I know sockets and winsock...
    See more | Go to post

    Leave a comment:


  • psargam
    started a topic How to develop SoftRepeater in C#

    How to develop SoftRepeater in C#

    I want to develop an application which will act as a repeater between two computers in wireless network. for example if there are three computers in a wireless network A, B, and C, now if A wants to send some data to C, It sends it to B which then transfer it to C.

    Now I know it can be done using sockets, but i also need to receive all the acknowledgement sent by C to A through B only, I can't find anything in socket to recieve ACKs....
    See more | Go to post
No activity results to display
Show More
Working...