ipv6

397
points
points
파이어폭스 속도
Submitted by flexhide on 화, 2007/01/16 - 10:27pm.파이어 폭스로 인터넷 검색할때 네이버나 다음 같은 우리나라 포털 사이트 속도가 너무 안나와서
좀 개선해보려고 찾아봤는데 ipv6 support하고 플래시만 없애도 상당한 효과가 있다고 해서 시도해봤습니다.

90
points
points
Native IPv6 Network G/W 구성 문제
Submitted by griun on 수, 2006/12/13 - 12:04am.안녕하세요? IPv6 관련한 문제입니다.
(Native IPv6 Network) --> (Linux IPv6) --> (M$ Windows XP)
이렇게 중간의 리눅스에 물려있는 다른 컴퓨터들에 IPv6 주소를 할당하고 IPv6 네트워크를 사용할 수 있도록 셋팅해야 하는데요.
일단, 아무것도 하지 않은 상태에서 Linux 기계에 IPv6 주소 잘 할당 받고 모든게 잘 됩니다.

150
points
points
sk_buff 와 ipv6확장헤더에 대한 질문입니다..
Submitted by jhyn0 on 수, 2006/05/31 - 10:44pm.struct sk_buff {
.......
union
{
struct tcphdr *th;
struct udphdr *uh;
struct icmphdr *icmph;
struct igmphdr *igmph;
struct iphdr *ipiph;
struct spxhdr *spxh;
unsigned char *raw;
} h;
/* Network layer header */
union
{
struct iphdr *iph;
struct ipv6hdr *ipv6h;
struct arphdr *arph;
struct ipxhdr *ipxh;
unsigned char *raw;
} nh;
/* Link layer header */
