| Log In | Not a Member? |
Contact ADC
|
|
ADC Home > Reference Library > Technical Q&As > Networking > Carbon >
|
|
Q: What's the relationship between the classic AppleTalk A: In version 1.1, Open Transport AppleTalk shares a "self send" variable with
classic AppleTalk, i.e., if you set the variable using the classic
If you're using OT native interfaces, you can change the variable using an ioctl call, as shown in the snippet below.
Note that, like the The self send value is a
then client B is left with self send set to For this reason, the standard practice is to set self send if you need it and not attempt to restore it. Because many clients follow this convention, it's important that your program work even if self send is true. Future versions of OT will most probably have self send always on for OT native
clients and loop-back packets will be filtered out only for classic clients if
|
|