freehoo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Freehoo-devel] default connect port!?


From: Kendal Montgomery
Subject: [Freehoo-devel] default connect port!?
Date: Mon, 15 Dec 2008 12:47:14 -0800 (PST)

Hi.

I downloaded the freehoo 3.5.2 source from http://download.savannah.gnu.org/releases/freehoo/ today (12/15/2008).  I was able to download and install the pre-requisites and got freehoo to compile and install perfectly, but I found a bit of a problem -- the default connect port is 23 for the "pager_port" setting passed to the yahoo_init_with_attributes function.  This seemed a bit strange considering the pager port should be 5050 by default, since this is what the yahoo server that is connected to by default (scs.msg.yahoo.com) listens on.  The "error" occurs on line 943 of the yahoo-backend.c source file.  Is port 23 really the expected default value?  Is there a configuration or runtime option that can be used to set the port (doesn't appear so from my quick glance at the code)?

In any case, things work perfectly if you change that line to read

                                         "pager_port", 5050, NULL);

instead of the default

                                         "pager_port", 23, NULL);

Thanks for any help / info back about this.

Kendal.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]