Re: Unix Sockets
Philip S Tellis <[email protected]> Wed, 6 Aug 2003 09:36:25 +0530 (IST)
| Newsgroups | gmane.network.everybuddy.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 5 Aug 2003, Rodney Dawes wrote: > I hope someone's awake right now to read this. I'm trying to figure > out how to make eb-lite work with unix sockets, and what I will have Hi Rodney, how's it going? There isn't much to do to change eb-lite from using TCP sockets to unix domain sockets, just change the socket init code in the eb-lite server, and in the client that talks to it. I think you'd just have to change AF_INET to AF_UNIX in gui_comms.c, and of course, specify the socket filename. You'd do the same in the client. > to do with the protocol data for talking to it. I don't have QT, so > that leaves me with no front-end until I make mine work with it. I'm try the command line client. It's only for testing really, but should be sufficient. -- "Those who will be able to conquer software will be able to conquer the world." -- Tadahiro Sekimoto, president, NEC Corp.