it is my first time i write rdr2 driver.before design,i have read some
material about file system from microsoft msdn and osr. Also, i have looked
through the sample codes of smbmrx.but i am not sure i have totally catch
the design idea because of little related document. now i want to design my
own rdr2 driver with reference to smbmrx program framework, not from scratch
to decrease develop time. my question is :
what design modification i will take? i just subsitutue the remote
communication protocol from smb to my own, such as nfs? any others part with
dependence to it?
in now version of ifs kits, it provides connection engine library ,which
name is rxce. in my rdr2 driver implement, can i use this library function
to process connection logic? in msdn, it announce this library is microsoft
netwok centric, i am not sure for this? if implement this logic by myself,
any consideration to make?
thank for any suggestion.
wilson dai