- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the redirection library, IMR_InitEx allows an application to custom manage sockets. IMR_AddClient then requires a unique IP address to be passed when adding a client. The documentation states that the IP address must be unique and non-null.
However, when an application is custom managing sockets, there will not necessarily be an IP address associated with the connection. Is there another way to add a client, or will I need to make up unique ip addresses to pass the library which will not be used for anything?
However, when an application is custom managing sockets, there will not necessarily be an IP address associated with the connection. Is there another way to add a client, or will I need to make up unique ip addresses to pass the library which will not be used for anything?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - inbrian
In the redirection library, IMR_InitEx allows an application to custom manage sockets. IMR_AddClient then requires a unique IP address to be passed when adding a client. The documentation states that the IP address must be unique and non-null.
However, when an application is custom managing sockets, there will not necessarily be an IP address associated with the connection. Is there another way to add a client, or will I need to make up unique ip addresses to pass the library which will not be used for anything?
However, when an application is custom managing sockets, there will not necessarily be an IP address associated with the connection. Is there another way to add a client, or will I need to make up unique ip addresses to pass the library which will not be used for anything?
I suppose since the ID must also be unique, I could just pass that as a hostname in the ip field and it would work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - inbrian
I suppose since the ID must also be unique, I could just pass that as a hostname in the ip field and it would work.
That's actually what I was thinking but I was going to look through our docs for verificationbefore I responded. I'll let you know if I find out otherwise.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page