prashanthpai/sunrpc

Opaque Datatype

Closed this issue · 3 comments

Hi,

thank you for the great library, but I still have some problems using it.

I am currently writing an NFS Server / Client implementation, but I am struggeling with the Opaque Datatype.
How should this type be handled by/with your library?
Could you give me an example?

Thanks :)

Hi @dweidenfeld
Do you mean opaque data type from XDR ?

Yep exactly :)

The sunrpc codec uses the xdr library for encoding/decoding. So sunrpc codec doesn't handle that. I'll close this one now. I'll check out the other issue you posted.