Problem in Acknowledgement in MAC

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Problem in Acknowledgement in MAC

1,082件の閲覧回数
soumya
Contributor I
Hi all,
           when exploring mac codebase, i saw that acknowledgement received after sending a message is the ack sent by its own mac which means that the message is sent successfully. but what to do if i want an ack from the receiving device which means that the receiver has received the message?
ラベル(1)
0 件の賞賛
2 返答(返信)

377件の閲覧回数
AmZig
Contributor I
Hello Soumya,
For the receiving end ack , you could write some function like echo back . For e.g when a receiving device has gMcpDataInd_c , it could generate a message to transmitting device.
 
 If msg received
  then generate a message back to transmitting device.
else
 wait for messag
 
Regards
AmZig
0 件の賞賛

377件の閲覧回数
soumya
Contributor I
hello amzig,
                     thnx for ur suggestion. actually i did that. but i m searching for some other kind of solution. i mean if the mac of the receiving device can do this? my data indication part already consists some process on the incoming data. now sending an ack sometimes creating a overhead.

regards soumya
0 件の賞賛