haze11님의 의견처럼 raw socket을 이용하실 수도 있고, 한편으로 setsockopt()을 이용하실 수도 있습니다. 다음은 man 7 socket의 일부입니다.
Quote:
SOCKET OPTIONS
SO_PRIORITY
Set the protocol-defined priority for all packets to be sent on this
socket. Linux uses this value to order the networking queues: packets
with a higher priority may be processed first depending on the selected
device queueing discipline. For ip(7), this also sets the IP type-of-
service (TOS) field for outgoing packets. Setting a priority outside
the range 0 to 6 requires the CAP_NET_ADMIN capability.
iptables의 mangle
iptables의 mangle 테이블에 룰을 적용하시면 됩니다.
iptables의 mangle
iptables의 mangle 테이블에 룰을 적용하면됩니다.
자세한 것은 iptables 가이드 문서나 구글에서 확인해보셔요
UNP보시면
UNP보시면 소켓프로그래밍할 때 헤더까지 만들어서 보낼 수 있습니다.
UNP에 있더군요...감사 합니다.
UNP에 있더군요...감사 합니다.
haze11님의 의견처럼
haze11님의 의견처럼 raw socket을 이용하실 수도 있고, 한편으로
setsockopt()
을 이용하실 수도 있습니다. 다음은 man 7 socket의 일부입니다.----
$PWD `date`
$PWD `date`
setsockopt()를 이용하여 해결 하였습니다.
setsockopt()를 이용하여 해결 하였습니다.
감사 합니다.
댓글 달기