AOLserver Chat Logs

2007/01/31

IRC [00:50] *** holycow joined the chat.
IRC [03:22] *** holycow parted the chat.
IRC [12:50] *** holycow joined the chat.
IRC [17:24] *** asteets joined the chat.
IRC [17:24] <asteets> hello
IRC [18:02] <Dossy> hey!
IRC [18:02] <Dossy> hi, andrew.
IRC [18:02] <Dossy> welcome :)
IRC [18:31] <asteets> hey
IRC [18:32] <asteets> you mentioned something about having other changes for nsopenssl
IRC [18:32] <asteets> does that include logging the peer address when there are read/write errors?
IRC [18:55] <asteets> it doesn't look like the ip is explicitly passed in anywhere
IRC [18:55] <asteets> maybe there are portability considerations with getpeername()?
IRC [19:21] <Dossy> Sorry--was afk putting my kids to bed
IRC [19:21] <Dossy> and now, I have to run to church for choir practice :)
IRC [19:21] <Dossy> Logging the peer address would be interesting--we should have that info. on the conn context already (I think) ... I can see about adding that--good idea. :-)
IRC [19:22] <Dossy> yeah, I'd be wary of using getpeername() as by the time we're handling an error, the underlying socket may already be gone (!)
IRC [19:22] <Dossy> I'll be back later.
IRC [19:41] <asteets> The conn has a peer addr member, but it never gets initialized
IRC [19:42] <asteets> we could init that stuff in NsOpenSSLConnCreate
IRC [20:27] <asteets> http://pastebin.com/872574
IRC [20:27] <asteets> like that
IRC [20:28] *** asteets parted the chat.
IRC [20:29] *** asteets joined the chat.