"enet" Configuration problem
"enet" Configuration problem
- Subject: "enet" Configuration problem
- From: Mark Hunt <email@hidden>
- Date: Thu, 4 Apr 2002 13:06:43 +0000
Hi,
I need to port a 9.x application to OSX, which uses an obscure
Ethernet transport protocol, and a multicast Ethernet address.
Under 9.x:
Endpoint = OTOpenEndpoint(OTCreateConfiguration("enet"),
(OTOpenFlags)NULL, NULL, &err);
got me an endpoint, but under 10.1, I get kOTBadNameErr (-3170).
Replacing "enet" with "ddp" gets me an endpoint ok, but that's not what I want!
kEnetName, etc, are still listed in the OT headers, so why don't they work?
Anyone know where I go from here?
Thanks.
Mark
--
Mark Hunt, Light & Sound Design Ltd
(email@hidden)
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.