< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事
N :次の記事
|<:スレッドの先頭
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
2013/3/25 naruse (Yui NARUSE) <naruse / airemix.jp>:
>> It seems we need Socket.getifaddrs.
>
> Sure, but what is the type of its return value?
> Extended Addrinfo or a new object like Ifaddr?
I think it should have new class.
Addrinfo has bunch of methods for a struct sockaddr.
But struct ifaddrs has multiple pointers to struct sockaddr.
It is difficult to deal with them fairly.
--
Tanaka Akira