Displaying 4 results from an estimated 4 matches for "test_addr".
Did you mean:
dest_addr
2012 May 17
2
New Subsystem criteria for Match option block in OpenSSH server
...==============================================================================
diff -r /home/qnicmut/Projects/OpenSSH-Portable/openssh-6.0p1/sshd.c
src/sshd.c
===============================================================================
1323d1322
< char *test_user = NULL, *test_host = NULL, *test_addr = NULL;
1325c1324
< char *line, *p, *cp;
---
> char *line;
1330a1330
> ConnectionInfo connection_info;
1359a1360,1362
> connection_info.address = connection_info.host =
> connection_info.subsystem =
> connection_info.user = NULL;
>
1452,1465c1455,1456
< cp = optar...
2013 Nov 04
2
Unicorn 4.7.0 tests fail on OSX 10.7.5 and debian squeeze
...g diff fixes OSX for me:
diff --git a/test/unit/test_socket_helper.rb b/test/unit/test_socket_helper.rb
index abc177b..2244442 100644
--- a/test/unit/test_socket_helper.rb
+++ b/test/unit/test_socket_helper.rb
@@ -189,7 +189,6 @@ class TestSocketHelper < Test::Unit::TestCase
port = unused_port @test_addr
name = "#@test_addr:#{port}"
sock = bind_listen(name, :reuseport => true)
- cur = sock.getsockopt(Socket::SOL_SOCKET, SO_REUSEPORT).unpack(''i'')[0]
- assert_equal 1, cur
+ assert sock.getsockopt(Socket::SOL_SOCKET, SO_REUSEPORT).bool
end if defined?(SO_REUSEPORT)
end...
2013 Oct 25
2
[PATCH] support SO_REUSEPORT on new listeners (:reuseport)
...--- a/test/unit/test_socket_helper.rb
+++ b/test/unit/test_socket_helper.rb
@@ -184,4 +184,12 @@ class TestSocketHelper < Test::Unit::TestCase
assert_equal 1, cur
rescue Errno::EAFNOSUPPORT
end if RUBY_VERSION >= "1.9.2"
+
+ def test_reuseport
+ port = unused_port @test_addr
+ name = "#@test_addr:#{port}"
+ sock = bind_listen(name, :reuseport => true)
+ cur = sock.getsockopt(Socket::SOL_SOCKET, SO_REUSEPORT).unpack(''i'')[0]
+ assert_equal 1, cur
+ end if defined?(SO_REUSEPORT)
end
--
Eric Wong
_______________________________...
2006 Jun 13
0
Help debugging superodoctor
.../lib64/tls/libc.so.6
No symbol table info available.
#4 0x000000000042e8f8 in smbus_byte_data_read (bustype=0,
smb_base_io_addr=4352,
slave=47, offset=40, data=0x7fbffff45c) at smbus.c:636
errNo = 0
i = 0
init_done = -1
res = 0
file = 0
filename = '\0' <repeats 19 times>
test_addr = 1685017119
#5 0x000000000042c00f in get_item_reading (sThis_System=0x63e010,
thisitem=0x63e480,
parameters=0x63f910, iParameter_Count=38, cRet=0x7fbffff4f0 "0?s")
at sd.c:2131
iRet = 0
dataH = 0
dataL = 0
data = 0
errNoL = 10154652
errNo = 0
div = 1
bitmask = 4406925
_v =...