On 22.07.2011 13:08, Andy Hume wrote:
> Presumably I can't convert my fd to a wapi handle somehow...  So is
> that plan not going to work? :-,(

It won't work. The whole socket machinery assumes type AF_UNIX or
AF_INET. If you set a fd of some other address family type,
a lot of nasty things could happen if this check wasn't there.

Get/SetSocketOptions, Local/RemoteEndPoint etc. simply don't cope
with other AF types. They would return garbage at best.

Robert

_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to