linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #04437
[Bug 832325] [NEW] ADC search responds don't work in r2600
Public bug reported:
[22:11:18] <eMTee> when it needs to respond,
[22:11:24] <eMTee>
Resolved x.x.x.x. to x.x.x.x, next is 00000000
Thrown: SocketException: A request to send or receive data was disallowed because
the socket is not connected and (when sending on a datagram socket using a sendto
call) no address was supplied.
Socket exception sending ADC UDP command
[22:15:53] <wxBigMuscle> but code looks ok to me... I guess you don't use SOCKS settings
[22:16:22] <eMTee> nope
[22:16:42] <eMTee> set to manually forwarded ports atm
[22:17:09] <wxBigMuscle> win 7 or xp ?
[22:17:13] <eMTee> xp
[22:17:44] <wxBigMuscle> ok, because there is still one bug: arne calls setSocketOpt2(s, IPV6_V6ONLY, 1); which is wrong
[22:18:42] <wxBigMuscle> setSocketOpt2 uses SOL_SOCKET, but IPV6_V6ONLY is part of IPPROTO_IPV6
** Affects: dcplusplus
Importance: Undecided
Status: New
** Summary changed:
- ADC search responds doesn't work in r2600
+ ADC search responds don't work in r2600
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/832325
Title:
ADC search responds don't work in r2600
Status in DC++:
New
Bug description:
[22:11:18] <eMTee> when it needs to respond,
[22:11:24] <eMTee>
Resolved x.x.x.x. to x.x.x.x, next is 00000000
Thrown: SocketException: A request to send or receive data was disallowed because
the socket is not connected and (when sending on a datagram socket using a sendto
call) no address was supplied.
Socket exception sending ADC UDP command
[22:15:53] <wxBigMuscle> but code looks ok to me... I guess you don't use SOCKS settings
[22:16:22] <eMTee> nope
[22:16:42] <eMTee> set to manually forwarded ports atm
[22:17:09] <wxBigMuscle> win 7 or xp ?
[22:17:13] <eMTee> xp
[22:17:44] <wxBigMuscle> ok, because there is still one bug: arne calls setSocketOpt2(s, IPV6_V6ONLY, 1); which is wrong
[22:18:42] <wxBigMuscle> setSocketOpt2 uses SOL_SOCKET, but IPV6_V6ONLY is part of IPPROTO_IPV6
To manage notifications about this bug go to:
https://bugs.launchpad.net/dcplusplus/+bug/832325/+subscriptions
Follow ups
References